aboutsummaryrefslogtreecommitdiff
path: root/handlers/tar.helper.in
diff options
context:
space:
mode:
authorPierre ROUDIER <contact@pierreroudier.net>2013-06-27 21:36:23 +0200
committerintrigeri <intrigeri@boum.org>2013-06-28 09:08:39 +0200
commit625d1424cac33e022815308f3e256c2f2280f7d3 (patch)
tree3f0688ff4be967181b411ba1d7d1c356cf45f23b /handlers/tar.helper.in
parentb8f717d2245932f6fdd3bb24c588038ebb306031 (diff)
downloadbackupninja-625d1424cac33e022815308f3e256c2f2280f7d3.tar.gz
backupninja-625d1424cac33e022815308f3e256c2f2280f7d3.tar.bz2
xz support for tar handler
Diffstat (limited to 'handlers/tar.helper.in')
-rw-r--r--handlers/tar.helper.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/handlers/tar.helper.in b/handlers/tar.helper.in
index 4a483be..91fec34 100644
--- a/handlers/tar.helper.in
+++ b/handlers/tar.helper.in
@@ -25,7 +25,8 @@ tar_wizard() {
"none" "do not filter trough" off \
"compress" "filter trough compress" off \
"gzip" "filter trough gzip" off \
- "bzip" "filter trough bzip" on
+ "bzip" "filter trough bzip" on \
+ "xz" "filter trough xz" off
[ $? = 1 ] && return;
result="$REPLY"
tar_compress="compress = $REPLY "