[Bug 8844] rsyncd ownership handling

samba-bugs at samba.org samba-bugs at samba.org
Sun Aug 12 11:18:52 MDT 2012


https://bugzilla.samba.org/show_bug.cgi?id=8844

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Wayne Davison <wayned at samba.org> 2012-08-12 17:18:51 UTC ---
Taken from the rsyncd.conf manpage:

uid
    This parameter specifies the user name or user ID that file transfers to
and from that module should take place as when the daemon was run as root.

That is stated poorly in that it is trying to say that the process runs as that
user.  The gid parameter is similar.  Both default to running the process as
"nobody", which has no rights to chown files to other users.  So, if you want
to preserve ownership, you must run the receiving process as root, or perhaps
settle for fake-super storing ownership info as xattrs (which will only be
useful for people reading the files via rsync).

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list