Displaying 1 result from an estimated 1 matches for "09_12".
Did you mean:
0912
2007 Jan 09
0
setting permissions on --backup-dir
...nged from default. However, the
uid = whitlow
gid = everyone
parameters are applied. Permissions on lower level directories are set
as expected.
The daemon is version 2.6.9 and the client is version 2.6.6.
For example,
rsync -rt \
--delete-during --backup --backup-dir=2007-01-09_12 \
$SERVER::$REMOTE_MODULE/ALL;
results in:
drwx------ 3 whitlow everyone 4096 Jan 9 13:09 2007-01-09_12
drwxrwxr-x 4 whitlow everyone 4096 Dec 31 1969 ALL
if 2007-01-09_12 is created by the rsync daemon. The same permission on
directory 2007-01-09_12 results if root executes:...