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