Rsyncd.conf

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Configure User and Group

Setting uid to "root" and gid 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