From 36bda133c31617d808f1533b9edbf95612a67225 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Thu, 23 Jan 2025 15:21:57 -0500 Subject: [PATCH] Update backup.sh --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 020609c..86bd407 100644 --- a/backup.sh +++ b/backup.sh @@ -8,4 +8,4 @@ read disk mkdir -p out -tar -cvzpf - $data | openssl enc -e --aes256 --out - | split -d -b $disk - out/backup.tar.gz.enc. +tar -cvJpf - $data | openssl enc -e --aes256 --out - | split -d -b $disk - out/backup.tar.xz.enc.