From 171bb8cc7d71a247b39dc870f621767d3c270585 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Thu, 23 Jan 2025 15:22:23 -0500 Subject: [PATCH] Update restore.sh --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 760bbb6..82fea66 100644 --- a/restore.sh +++ b/restore.sh @@ -4,4 +4,4 @@ mkdir restore echo "directory of the encrypted tar files" read dir -cat $dir/backup.tar.gz.enc.* | openssl enc -d --aes256 --in - | tar -xvzpf - -C restore/ +cat $dir/backup.tar.xz.enc.* | openssl enc -d --aes256 --in - | tar -xvjpf - -C restore/