Displaying 1 result from an estimated 1 matches for "refdir".
Did you mean:
  redir
  
2011 Jul 28
20
[Bug 8336] New: parent dir permission
...Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: andras.porjesz at ericsson.com
         QAContact: rsync-qa at samba.org
Hi all,
I use the following syntax:
rsync -av --relative --link-dest=/a/refdir /a/sourcedir/./dirtree/to/transfer
<ip>::module/a/sourcedir
in rsyncd.conf I set the following:
uid=root
gid=root
use chroot=true
--------------
the problem is the directory named sourcedir on the receiver side. rsyncd sets
its ownership to root:root instead of either leaving it as is or taki...