Hi<br>What I am doing is backing up my music folder, the source and dest both being on the same Win XP Machine. I am running rsync + cygwin. Here is the command I am running from a batch file:<br><br>C:\cygwin\bin\rsync.exe -avvz --delete --stats --progress &quot;/cygdrive/e/my_music/&quot; &quot;/cygdrive/g/my_music&quot; &gt; music.log<br>
<br>Everything works fine except the --delete flag. It is suppose to delete extraneous files that are present on the dest but aren&#39;t on the source. But it doesn&#39;t delete them. It may be noted that the exact same command works perfect on another Win XP machine... that is, there it does delete the extra files on destination. I read the man pages, and I am doing everything right, such as not using any wildcards. Please let me know what is going on. Thanks to all in adavance. <br>
<br>Regards <br>