diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-07 20:24:50 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-07 20:24:50 +0100 |
commit | 48bf54644aadf1f289080f83ecfd06ee936ead78 (patch) | |
tree | 3b8422702c4d9eb5ec3c5d107cfafda6aa4eb52f /global-config | |
parent | 9c066599e8a57bfcf26eacb18fcca8f404938f15 (diff) |
global-config: new option to backup global-config-overlay
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. |