diff options
author | Christian Hesse <mail@eworm.de> | 2018-12-18 22:48:28 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-12-18 22:48:28 +0100 |
commit | 6f606f9ca5682174d1a6c7491aabcc2994b83386 (patch) | |
tree | b7716d44e3e1ff9471103ade8649da953ae35f73 /global-config | |
parent | be68c739a840d19f59e76e82ed257c61596ff61a (diff) |
email-backup: support cloud backup
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global-config b/global-config index f29d5a2..a522262 100644 --- a/global-config +++ b/global-config @@ -26,6 +26,7 @@ # This defines what backups to generate and what password to use. :global "backup-send-binary" false; :global "backup-send-export" true; +:global "backup-cloud" false; :global "backup-password" "v3ry-s3cr3t"; # Specify an address to enable auto update to version assumed safe. |