X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0abe148fd91d83ac34ef59848ff474754ff0761b..c0dba635ba9d2cf29e39b9363cecc277974d62bb:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 5b7cc9b3..cbd0dd9a 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -161,7 +161,8 @@ sure). dit(bf(max connections)) The "max connections" option allows you to specify the maximum number of simultaneous connections you will allow. Any clients connecting when the maximum has been reached will receive a -message telling them to try later. The default is 0 which means no limit. +message telling them to try later. The default is 0, which means no limit. +A negative value disables the module. See also the "lock file" option. dit(bf(log file)) When the "log file" option is set to a non-empty @@ -226,6 +227,11 @@ file transfers to and from that module should take place as when the daemon was run as root. This complements the "uid" option. The default is gid -2, which is normally the group "nobody". +dit(bf(fake super)) Setting "fake super = yes" for a module causes the +daemon side to behave as if the bf(--fake-user) command-line option had +been specified. This allows the full attributes of a file to be stored +without having to have the daemon actually running as root. + dit(bf(filter)) The "filter" option allows you to specify a space-separated list of filter rules that the daemon will not allow to be read or written. This is only superficially equivalent to the client specifying these @@ -483,7 +489,10 @@ 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 tt(*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz) +See the bf(--skip-compress) option in the bf(rsync)(1) manpage for the list +of file suffixes that are not compressed by default. Specifying a value +for the bf(dont compress) option changes the default when the daemon is +the sender. dit(bf(pre-xfer exec), bf(post-xfer exec)) You may specify a command to be run before and/or after the transfer. If the bf(pre-xfer exec) command fails, the