add user notification for starting borg backup

This commit is contained in:
Asif Bacchus 2019-05-27 05:25:47 -06:00
parent 77d5b85ae3
commit 6c8fc8bcdf
1 changed files with 2 additions and 0 deletions

View File

@ -539,6 +539,8 @@ if [ "$includeXtra" -eq 1 ]; then
fi
# execute borg
printf "${cyan}[%s] -- [INFO] Executing borg backup operation --${norm}\n" \
"$(stamp)" >> "$logFile"
${borgCMD} 2>> "$logFile"
borgResult="$?"