From 09ec6c45920c0cb9042b3b654d8eb19542cf211c Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Fri, 11 Oct 2019 07:08:24 +0200 Subject: [PATCH] Added done for compression --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index d4c1f57..e81150d 100644 --- a/backup.sh +++ b/backup.sh @@ -20,6 +20,7 @@ cd /backup echo "make archive" tar -c --checkpoint=.1000 ${TAR_PARAM} -f ~/$BACKUP_FILENAME ./* cd / +echo " done" RECIPIENT=$(echo "$GPG_RECIPIENT" | sed "s/,/ --recipient /")