aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-04-29 16:26:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-04-29 22:37:36 +0200
commitd2560db5c96b5e2679178fd4f6595af89cab0801 (patch)
tree0b15c70107c7c68c5789d3cdc5f251867be68bba /global-config
parent529cefffafca2dedd93f48303db73805d965431f (diff)
email-backup: use $SendEMail2change-49
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings overwrite if required: :global EmailGeneralToOverride { "email-backup"="backup@example.com"; }
Diffstat (limited to 'global-config')
-rw-r--r--global-config6
1 files changed, 2 insertions, 4 deletions
diff --git a/global-config b/global-config
index 9e69c18..25d0496 100644
--- a/global-config
+++ b/global-config
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 48;
+:global GlobalConfigVersion 49;
# This is used for DNS and backup file.
:global Domain "example.com";
@@ -38,6 +38,7 @@
# TelegramTokenIdOverride and TelegramChatIdOverride like this:
#:global EmailGeneralToOverride {
# "check-certificates"="override@example.com";
+# "email-backup"="backup@example.com";
#}
# Toggle this to disable symbols in notifications.
@@ -50,9 +51,6 @@
:global BackupSendExport true;
:global BackupPassword "v3ry-s3cr3t";
:global BackupRandomDelay 0;
-# These addresses are used to send backup and config export files to.
-:global EmailBackupTo "";
-:global EmailBackupCc "";
# These credentials are used to upload backup and config export files.
# SFTP authentication is tricky, you may have to limit authentication
# methods for your SSH server.