X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/14d43f1fcf4904f401a0cb38efb921b29a6652b1..1e8ae5ede66ba337ba6abbb4afad2b3319c1db74:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index a6a6b72e..12a5a32d 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -286,6 +286,26 @@ 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 +"checksum" not "c" to disable checksumming). + +dit(bf(dont compress)) The "dont compress" option allows you to select +filenames based on wildcard patterns that should not be compressed +during transfer. Compression is expensive in terms of CPU usage so it +is usually good to not try to compress files that won't compress well, +such as already compressed files. + +The "dont compress" option takes a space separated list of +case-insensitive wildcard patterns. Any source filename matching one +of the patterns will not be compressed during transfer. + +The default setting is verb(*.gz *.tgz *.zip *.z *.rpm *.deb) + enddit() manpagesection(AUTHENTICATION STRENGTH)