From d7077f6b61069b0c57f1e8efd58658cc9eecf4f1 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Tue, 11 Feb 2025 14:09:01 -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 5731783..8a2c7b5 100644 --- a/backup.sh +++ b/backup.sh @@ -9,4 +9,4 @@ read disk mkdir -p out -tar -cvJpf - $data | openssl enc -e --aes256 --out - | split -d -b $disk - out/backup.tar.xz.enc. +XZ_OPT=-8 tar -cvJpf - $data | openssl enc -e --aes256 -pbkdf2 --out - | split -d -b $disk - out/backup.tar.xz && sha256sum out/backup.tar.xz* >> backup-CHECKSUM