diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-07 21:15:53 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-07 21:19:57 +0100 |
commit | aee42d31e1c5a8b1e08f09ee2bc55fbff8d5a3f0 (patch) | |
tree | 6214472ad33d875d9a2b1369193f616d6eb62098 /global-config | |
parent | 9c066599e8a57bfcf26eacb18fcca8f404938f15 (diff) | |
parent | ba730708f57afa5343bd83d048b2b72d23f79ec1 (diff) |
Merge branch 'backup-g-c-o' into next
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 6096f14..c65e2f0 100644 --- a/global-config +++ b/global-config @@ -72,6 +72,7 @@ # This defines what backups to generate and what password to use. :global BackupSendBinary false; :global BackupSendExport true; +:global BackupSendGlobalConfig true; :global BackupPassword "v3ry-s3cr3t"; :global BackupRandomDelay 0; # These credentials are used to upload backup and config export files. |