Displaying 1 result from an estimated 1 matches for "4cdc07b0".
2014 Apr 06
1
rsync --delete-hide
Hello!
I was wondering wether or not this would be a viable option to add to rsync:
--delete-hide
Instead of deleting the file, rsync would rename the file using leading ?.? and trailing ?.deleted-{timestamp}?.
rsync -rv --delete-hide /src/ /dst/
For example if /src/readme.txt had already been rsynced to /dst/readme.txt and then later was deleted from /src, rsync would - instead of deleting