diff --git a/.vscode/numbered-bookmarks.json b/.vscode/numbered-bookmarks.json index 9677aaf..468426e 100644 --- a/.vscode/numbered-bookmarks.json +++ b/.vscode/numbered-bookmarks.json @@ -9,10 +9,10 @@ 196, 268, 119, + 507, -1, -1, - -1, - 614 + 610 ] } ] diff --git a/pilerbackup.sh b/pilerbackup.sh index 053f68c..2ff97fa 100644 --- a/pilerbackup.sh +++ b/pilerbackup.sh @@ -509,16 +509,12 @@ export TMPDIR="${borgBaseDir}/tmp" if [ "$exclusions" -eq 0 ]; then borgCMD="borg --show-rc create ${borgCreateParams} \ ::$(date +%Y-%m-%d_%H%M%S) \ - ${seafDir} \ - ${seafData} \ - ${sqlDumpDir}" + ${exportDir}" elif [ "$exclusions" -eq 1 ]; then borgCMD="borg --show-rc create ${borgCreateParams} \ --exclude-from ${borgExcludeListPath} \ ::$(date +%Y-%m-%d_%H%M%S) \ - ${seafDir} \ - ${seafData} \ - ${sqlDumpDir}" + ${exportDir}" fi # add extra locations if defined