diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-23 09:55:14 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 21:51:56 +0100 |
commit | 6770a15a7d1df1ef5f2cc0a6f82e0d4f82b214d6 (patch) | |
tree | a4a6932921381bce8ae605aebd2cd1b85b30a4c2 /global-config | |
parent | 766a92a74b728653ae73df7566f1ed34981c1063 (diff) |
cloud-backup: add configurable random delay
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 d9c8061..d25c456 100644 --- a/global-config +++ b/global-config @@ -42,6 +42,7 @@ :global BackupSendBinary false; :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 ""; |