Products from ITeF!x
cwrsync not deleting non-empty directories
Hi,
I am running a batch script that invokes cwrsync 4.0.1 (actualy, rsync --version shows 3.0.6). I use the --force switch to delete non-empty directories on the destination drive, but it won't work. The batch script always returns "cannot delete non-empty directory: V/Various Artists/2003 - Pirates of the Caribbean- The Curse Of The Black Pearl"
This is the exact batch command I am using (just the rsync line):
rsync.exe -vaud --exclude="folder.jpg" --delete-delay --force /cygdrive/y/Musik/ /cygdrive/r/Musik/
later in my batchfile I am converting the folder.jpg from the source to the destination using imagemagick so the destination folder actualy contains the folder.jpg in a lower resolution (that's why I am excluding it from rsync) but I was under the assumption that "--force" would delete non-emtpy directories as well.
I am not sure what I am missing here, I hope someone can shed some light in this. Thank you in advance
Horscht