rsync (cygwin on XP) - -delete flag not working.
Hi all
I installed cygwin with rsync on a Win XP Machine. My goal is to backup a folder from one hard drive to another (both on XP machine).
I run the following command from a batch file:
C:\cygwin\bin\rsync.exe -avvz --delete --stats --progress "/cygdrive/e/my_music/" "/cygdrive/g/my_music" > music.log
Works fine except the --delete flag is not working. Copies everything in source to destination, but doesn't delete some extra files that are present on the destination, but aren't on the source, which it's supposed to. I looked at the rsync man page, and I'm doing everything right... such as not using wildcard.
If anyone knows what is going on, please let me know. All your help is appreciated in advance. Thanks.
NOTE: the same command works perfect on another computer (XP machine; source and dest both on XP machine).
|