summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/archive.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/archive.sh b/scripts/archive.sh
index 0a6e8b3d..483bef23 100644
--- a/scripts/archive.sh
+++ b/scripts/archive.sh
@@ -16,4 +16,6 @@ do
done
echo gzip $O.tar
-gzip -f $O.tar
+gzip -f -k $O.tar
+echo xz $O.tar
+xz -f -k $O.tar