Hello dears,

I am trying to use rsync as a backup tool I am using this command

Code:
rsync -a -v --progress --delete   home   external_hd
the problem is that while the command changes update files on the destination, it doesn't delete the files removed from source, so everything removed from destination still appears on the destination.

I thought the option --delete should have done the job. Could somebody help me?

Best Wishes
Pietro