Rsyncd.conf
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