Are there any known problems using --delete over ssh? I've got my users backing up their windows desktops to their linux home directories - they have full permission to the directory/files yet If a file is removed from the windows clients and another rsync is attempted it is unable to remove any of the files on the server.
delete_one: unlink filename: Permission denied
I'm using the instructions from the forum for enabling passwordless ssh using null string keys and it authenticates and creates files just fine as the user but can't seem to delete them.
Any thoughts?
Do you use cygwin=nontsec at your client side ?