aboutsummaryrefslogtreecommitdiff
path: root/serverconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'serverconf.sh')
-rw-r--r--serverconf.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/serverconf.sh b/serverconf.sh
index c9ef3c8..5531969 100644
--- a/serverconf.sh
+++ b/serverconf.sh
@@ -37,3 +37,8 @@ BACKUP_DIRS=( "$PWD/.bak/$CUR_YEAR" "user@backupserver:/path/to/backup/$CUR_YEAR
# to avoid having to manually type password, borg can run a command that should echo a password
#BACKUP_PASSCOMMAND="echo superstrongpassword"
#BACKUP_PASSCOMMAND="pass passwordname"
+
+# 0 - don't check backups after creation
+# 1 - check only local backups
+# 2 - check local and remote backups (may take a while if world is large and connection is slow)
+BACKUP_CHECK_MODE=1