Re: --delete flag not working on cygwin rsync

2009-08-20 Thread Matt McCutchen
On Fri, 2009-08-14 at 07:24 -0700, Wayne Davison wrote: On Tue, Aug 04, 2009 at 03:10:20PM -0400, Sharad K wrote: Everything works fine except the --delete flag. Does rsync output a warning about an I/O error, saying it is disabling deletes? You can use --force if you're sure you want

Re: --delete flag not working on cygwin rsync

2009-08-14 Thread Wayne Davison
On Tue, Aug 04, 2009 at 03:10:20PM -0400, Sharad K wrote: Everything works fine except the --delete flag. Does rsync output a warning about an I/O error, saying it is disabling deletes? You can use --force if you're sure you want rsync to override that. You might also try using --dry-run to

--delete flag not working on cygwin rsync

2009-08-04 Thread Sharad K
Hi 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: C:\cygwin\bin\rsync.exe -avvz --delete --stats --progress /cygdrive/e/my_music/ /cygdrive/g/my_music