From eff0c745d16d2cb30b3f82ebecfd28743d00531d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 07:21:05 -0600 Subject: [PATCH] Added notification for completion of borgbackup --- backup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backup.sh b/backup.sh index 91e19b2..c19a94c 100755 --- a/backup.sh +++ b/backup.sh @@ -572,6 +572,11 @@ else fi +### borgbackup completed +echo -e "${op}${stamp} Borgbackup completed... begin cleanup" \ + "${normal}" >> "$logFile" + + ### Exit NextCloud maintenance mode ncMaint off # check if successful