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"