X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/14d43f1fcf4904f401a0cb38efb921b29a6652b1..cd8185f2bd87206d9d41b8b3445202b3344080bf:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index a6a6b72e..58082a08 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -286,6 +286,14 @@ is specified in seconds. A value of zero means no timeout and is the default. A good choice for anonymous rsync servers may be 600 (giving a 10 minute timeout). +dit(bf(refuse options)) The "refuse options" option allows you to +specify a space separated list of rsync command line options that will +be refused by your rsync server. When an option is refused the server +prints an error message and exits. + +The full names of the options must be used (ie. you must use +"compress" not "z" to disable compression). + enddit() manpagesection(AUTHENTICATION STRENGTH)