From 17af842d2d9ba71b4b6a436ee75102bf941b643a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 30 Jan 2006 17:53:27 +0000 Subject: [PATCH] Document the new "incoming chmod" config option. --- rsyncd.conf.yo | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 70cd7826..a5152fd5 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -263,6 +263,13 @@ 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 chmod string +that will affect the permissions of all incoming files (files that are +being copied to the daemon). These changes happen last, giving you 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) 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 -- 2.34.1