From da018581344c4a325236d5b85eb7140d2a160005 Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 29 Nov 2019 07:19:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebackup.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 15788a1..36d5c49 100644 --- a/backup.sh +++ b/backup.sh @@ -35,7 +35,7 @@ healthchck_ok(){ fi } -healthchck_start "Starting Update" +healthchck_start "Starting Backup" cd /backup echo "make archive" tar -c --checkpoint=.1000 ${TAR_PARAM} ${TAR_EXTRA_PARAM} -f ~/$BACKUP_FILENAME ./* || healthchck_fail "TAR Failed"