X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5fe3c86f25b3e2702b765f63ec7e1d02253e2e8b..fa3e4a0548699ccaac41df2428fe1ad9d3659435:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 70cd7826..a48ce145 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -263,6 +263,23 @@ only superficially equivalent to the client specifying the bf(--include-from) option with a equivalent file. See the "exclude" option above. +dit(bf(incoming chmod)) This option allows you to specify a set of +comma-separated chmod strings that will affect the permissions of all +incoming files (files that are being received by the daemon). These +changes happen last, giving this setting the final word on what the +permissions should look like in the repository. +See the description of the bf(--chmod) rsync option and the bf(chmod)(1) +manpage for information on the format of this string. + +dit(bf(outgoing chmod)) This option allows you to specify a set of +comma-separated chmod strings that will affect the permissions of all +outgoing files (files that are being sent out from the daemon). These +changes happen first, making the sent permissions appear to be different +than those stored in the filesystem itself (which, for instance, you +could disable group write permissions on the server). +See the description of the bf(--chmod) rsync option and the bf(chmod)(1) +manpage for information on the format of this string. + dit(bf(auth users)) The "auth users" option specifies a comma and space-separated list of usernames that will be allowed to connect to this module. The usernames do not need to exist on the local