From 69c6522734897c0b81b184c5ebcc6cd9461f6da3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 24 Jun 2000 13:20:21 +0000 Subject: [PATCH] added *.bz2 and *.tbz to default dont compress list --- loadparm.c | 2 +- rsyncd.conf.yo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/loadparm.c b/loadparm.c index 9c0bbbc8..ddb86635 100644 --- a/loadparm.c +++ b/loadparm.c @@ -162,7 +162,7 @@ static service sDefault = NULL, /* include from */ "%o %h [%a] %m (%u) %f %l", /* log format */ NULL, /* refuse options */ - "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso", /* dont compress */ + "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz", /* dont compress */ 0, /* timeout */ 0 /* max connections */ }; diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 14e4757a..c9795b01 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -345,7 +345,7 @@ 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) +The default setting is verb(*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz) enddit() -- 2.34.1