From 34ca58d440aaaf8717a240a7bf6fb17d240ecc14 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 14 Jul 2007 19:32:10 +0000 Subject: [PATCH] The "dont compress" daemon option points to the --skip-compress option for the default set of non-compressed file suffixes. --- rsyncd.conf.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 80291144..6d4b2a40 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -488,7 +488,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 -- 2.34.1