update example default locations

This commit is contained in:
Asif Bacchus
2019-07-20 16:57:37 -06:00
parent 4e5bfa49b4
commit 3f1861fc01
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -62,13 +62,13 @@ borgRepoPassphrase="p@ssW0rd"
# directories to include in your backup along with Seafile data
# see repo wiki for more details
# leave blank if you only want to backup Seafile related files/directories.
borgXtraListPath="/root/seafBackup/xtraLocations.borg"
borgXtraListPath="/root/seafileBackup/xtraLocations.borg"
# OPTIONAL: path to file containing files/directories or 'patterns' to be
# excluded in a BORG RECOGNIZED format
# see repo wiki for more details or consult borg documentation
# leave blank for no exclusions.
borgExcludeListPath="/root/seafBackup/excludeLocations.borg"
borgExcludeListPath="/root/seafileBackup/excludeLocations.borg"
# parameters to determine how borg deletes aged backups
# more details in the repo wiki and/or borg documentation