diff options
author | TheMightyV <themightyv@protonmail.com> | 2022-01-02 19:58:23 +0100 |
---|---|---|
committer | TheMightyV <themightyv@protonmail.com> | 2022-01-02 19:58:23 +0100 |
commit | 57f56df53bb63f23b5f4447046a8f9f725162ad9 (patch) | |
tree | 1f1665bc29c78eb35a6eaa4939ac55e4189ec108 /serverconf.sh | |
parent | cd32e794b00c04a5b969fd0292c7764e32e25863 (diff) | |
download | minecraft-server-tools-57f56df53bb63f23b5f4447046a8f9f725162ad9.tar.gz |
multiple backup destinations
Diffstat (limited to 'serverconf.sh')
-rw-r--r-- | serverconf.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/serverconf.sh b/serverconf.sh index 25ba16e..8625bf3 100644 --- a/serverconf.sh +++ b/serverconf.sh @@ -20,3 +20,5 @@ USE_BUP="NO" #Constants CUR_YEAR=`date +"%Y"` + +BACKUP_DIRS=(".bak/$CUR_YEAR" "user@backupserver:/path/to/backup/$CUR_YEAR") |