Displaying 1 result from an estimated 1 matches for "whitlow".
Did you mean:
whitbox
2007 Jan 09
0
setting permissions on --backup-dir
...=rx,Fu=rwx,Fg=rw,Fo=
parameter from rsyncd.conf when a top level directory is created in
response to a client's --backup-dir parameter? This directory is not
technically "received" by the daemon, so maybe the permissions don't get
changed 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:
drw...