Rsyncd.conf

From NovaOrdis Knowledge Base
Revision as of 05:35, 27 December 2018 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Configure User and Group

Setting uid to 0 and git to 0 enable the rsyncd server to preserve the original owner and groups for transferred files. The uid/gid can be set globally or per-module:

...
uid = root
git = root
...
[some-module]
        path = /some-path
        ...
        uid = root
        gid = root