Update backup.sh

This commit is contained in:
batvin321 2025-01-23 15:21:57 -05:00
parent 1f5c9738be
commit 36bda133c3

View File

@ -8,4 +8,4 @@ read disk
mkdir -p out 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.