Looks like my rsync can only copy newly added files from source to
destination. But if I delete a file from the source it can't delete it
from the destination. Any thing wrong with my command?
rsync -avh --progress (source folder) (destination folder)
g******e 发帖数: 3760
2
ok, got it. just add --delete
【在 g******e 的大作中提到】 : Looks like my rsync can only copy newly added files from source to : destination. But if I delete a file from the source it can't delete it : from the destination. Any thing wrong with my command? : rsync -avh --progress (source folder) (destination folder)