Displaying 1 result from an estimated 1 matches for "benscomputer".
2006 Nov 28
0
Question about deleting a file from the server via Rsync
...t; --delete-excluded and
> --exclude="/cygdrive/C/ba/myFile.ico".
>
> Command to run: "c:\cwRsync\bin\rsync.exe" -vvv -R -r --delete-excluded
> --exclude="/cygdrive/C/ba/myFile.ico"
> /cygdrive/C/ba/myFile.ico
> rsync://myUser@localhost:9119/modName/BensComputer/
The trouble is that the receiving rsync only deletes files from a
directory if the entire directory is part of the transfer. So you
should specify /cygdrive/C/ba , not /cygdrive/C/ba/myFile.ico , as the
source.
Keep in mind that you must continue to specify the --exclude rule on
future runs if...