X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ae76a74043c0940fe4d1bfc3b68ceaca191e71b8..ed032a88b87fe7e8b6bf0889ed0daae9bb3859d0:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 90854dd8..0a3a556b 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -411,6 +411,10 @@ To prevent all compression, you can use "dont compress = *" (see below) instead of "refuse options = compress" to avoid returning an error to a client that requests compression. +Note that rsync's --del option is implemented as a popt alias, so there +is no need (an indeed, no way) to refuse "del" by name -- just matching +the --delete-during option (e.g. "delete*") will refuse --del as well. + 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