diff options
author | intrigeri <intrigeri@boum.org> | 2010-06-14 19:06:59 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-06-14 19:06:59 +0200 |
commit | aeca6912a8f67ecf69ba9b8a436a2a695e5f3acc (patch) | |
tree | b227415a8a15cfd8a1c5b920cef0de0d5657a893 /etc/backupninja.conf.in | |
parent | 211d6506cbde8091cb0d6574bb43515cf916166b (diff) | |
download | backupninja-aeca6912a8f67ecf69ba9b8a436a2a695e5f3acc.tar.gz backupninja-aeca6912a8f67ecf69ba9b8a436a2a695e5f3acc.tar.bz2 |
Added GZIP_OPTS option, defaulting to --rsyncable.
... so that this option can be disabled on systems that don't support it.
This also allows to use another compression program, such as pbzip2 on SMP
machines (closes Roundup bug #2405).
Diffstat (limited to 'etc/backupninja.conf.in')
-rw-r--r-- | etc/backupninja.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index de1fbf3..dee9fff 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -86,6 +86,7 @@ vservers = no # PGSQLDUMP=/usr/bin/pg_dump # PGSQLDUMPALL=/usr/bin/pg_dumpall # GZIP=/bin/gzip +# GZIP_OPTS='--rsyncable' # RSYNC=/usr/bin/rsync # VSERVERINFO=/usr/sbin/vserver-info # VSERVER=/usr/sbin/vserver |