Skip to main content
3 of 3
edited title; edited title
Cheng
  • 6.9k
  • 12
  • 43
  • 42

Delete extraneous files from dest dir via rsync?

Say I have

SRC 
  001.jpg
  002.jpg
  001.txt
  a.zip

DEST
  hello.jpg

rsync -d --delete SRC:{*.jpg,*.txt} DEST

It doesn't remove hello.jpg from DEST, any idea how to archive this?

Cheng
  • 6.9k
  • 12
  • 43
  • 42