From 140f33ee9b88493464d8587159b91f63fee2fad7 Mon Sep 17 00:00:00 2001 From: matthias Date: Thu, 28 Nov 2019 08:09:30 +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 d375d17..15788a1 100644 --- a/backup.sh +++ b/backup.sh @@ -35,7 +35,7 @@ healthchck_ok(){ fi } -healthchck_start +healthchck_start "Starting Update" cd /backup echo "make archive" tar -c --checkpoint=.1000 ${TAR_PARAM} ${TAR_EXTRA_PARAM} -f ~/$BACKUP_FILENAME ./* || healthchck_fail "TAR Failed"