Displaying 1 result from an estimated 1 matches for "topglrcze".
2010 Jul 14
1
"Cannot delete non-empty directory"/"Operation not permitted" with file-creation on target-server
...as nobody:nogroup.
* Source-Server-Rights htdocs: The rsync-user gains access via o+rx
* Destination-Server-Rights htdocs: The rsync-user is in the group
'nogroup', gains access via owner rsync-user and g+rwx, htdocs-group is
'nogroup'
I use the following command:
/usr/bin/rsync -topglrcze ssh --delete --force --exclude='example.zip'
/vol/www/example/htdocs/ user at destination-server:/vol/www/example/htdocs/
This works fine except in the following scenarios:
1. On the destination-server in e.g. /vol/www/example/htdocs/test there
already is an 'example.zip' -->...