From d7a8d0ce285e1cc46096e396c6211f021973f62c Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 27 May 2019 03:13:48 -0600 Subject: [PATCH] add include/exclude flag vars --- backup_new.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backup_new.sh b/backup_new.sh index b69ed98..2669087 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -137,6 +137,8 @@ borgPruneParams='--list' configDetails="$scriptPath/seafbackup.details" err503Copied=0 sqlCopied=0 +includeXtra=0 +exclusions=0 # 503 related use503=0 @@ -478,6 +480,9 @@ if [ -n "${borgXtraListPath}" ]; then done <> "$logfile" +includeXtra=1 fi