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?
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?