Rsyncd.conf: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Configure User and Group= | =Configure User and Group= | ||
Setting uid to | 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: | ||
... | ... |
Revision as of 05:35, 27 December 2018
External
Internal
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