diff options
author | Christian Hesse <mail@eworm.de> | 2019-07-08 17:48:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-07-19 11:46:29 +0200 |
commit | 8d1313f58885682dab5789fc9805e573d32fc661 (patch) | |
tree | c2ca07ed69a28c19fedac359237fdfbd3060eb8b /global-config | |
parent | 26f01b238b914e55396df4c5ce6cbccfa236d3da (diff) |
add script 'upload-backup'change-6
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/global-config b/global-config index 751fc9e..b14ff6e 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 5; +:global GlobalConfigVersion 6; # This is used for DNS and backup file. :global Domain "example.com"; @@ -32,6 +32,12 @@ # These addresses are used to send backup and config export files to. :global EmailBackupTo "mail@example.com"; :global EmailBackupCc "another@example.com"; +# 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. +:global BackupUploadUrl "sftp://example.com/backup/"; +:global BackupUploadUser "mikrotik"; +:global BackupUploadPass "v3ry-s3cr3t"; # Specify an address to enable auto update to version assumed safe. # The configured channel (bugfix, current, release-candidate) is appended. |