summaryrefslogtreecommitdiff
path: root/rsyncd.conf.yo
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-20 22:26:29 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-20 22:26:29 +0000
commit83fff1aa6036f38a3d2daf6d809bd9c10d28fae6 (patch)
treef5968d22e163a95536b60003ca3bd9c2c0cc83ab /rsyncd.conf.yo
parent055af776668c0878dd830f82d4bc6ca6aaca8e7a (diff)
downloadrsync-83fff1aa6036f38a3d2daf6d809bd9c10d28fae6.tar.gz
rsync-83fff1aa6036f38a3d2daf6d809bd9c10d28fae6.tar.bz2
rsync-83fff1aa6036f38a3d2daf6d809bd9c10d28fae6.zip
added "dont compress" option with the default setting of
*.gz *.tgz *.zip *.z *.rpm *.deb
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r--rsyncd.conf.yo12
1 files changed, 12 insertions, 0 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index 58082a08..7f1bfa0a 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -294,6 +294,18 @@ 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).
+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)