aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-06-14 14:59:49 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-06-14 15:13:41 +0200
commit5101d57d52e60a3c10b974217af70166a3145c45 (patch)
tree4141698ae343d4fb4c0a0e3999d87413382da14f /global-config
parent2252058202e66051aa6cd4b6dac6d885da9167e8 (diff)
backup: split off cloud-backupchange-5
Currently backup to MikroTik cloud is pretty unreliable and script can not catch errors at runtime. Looks like this does not change any time soon (Ticket#2019052022003204). So let's just split off the cloud backup to make sure email backup works as expected.
Diffstat (limited to 'global-config')
-rw-r--r--global-config3
1 files changed, 1 insertions, 2 deletions
diff --git a/global-config b/global-config
index 1084d8e..ba6f924 100644
--- a/global-config
+++ b/global-config
@@ -6,7 +6,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 4;
+:global GlobalConfigVersion 5;
# This is used for DNS and backup file.
:global Domain "example.com";
@@ -30,7 +30,6 @@
# This defines what backups to generate and what password to use.
:global BackupSendBinary false;
:global BackupSendExport true;
-:global BackupCloud false;
:global BackupPassword "v3ry-s3cr3t";
# Specify an address to enable auto update to version assumed safe.