From 48fbe9124b39618fca53714f2c7ee475d3a23de7 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sat, 28 Dec 2019 11:37:03 +0100 Subject: [PATCH] fixed frompath --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index d2aa248..96b1659 100644 --- a/backup.sh +++ b/backup.sh @@ -38,7 +38,7 @@ healthchck_ok(){ healthchck_start "Starting Backup" cd /backup echo "make archive" -FROMPATH='./*' +FROMPATH='./' FROMSIZE=`du -sk ${FROMPATH} | cut -f 1`; CHECKPOINT=`echo ${FROMSIZE}/50 | bc`; echo "Estimated: [==================================================]";