diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-23 09:56:12 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 21:51:56 +0100 |
commit | 8b44964a36e5a5eebe70ab94eae6086bfbdbfb36 (patch) | |
tree | 5b4688ddbf3ed7aadb68fd0c51f87a595ff66b53 /doc | |
parent | 6770a15a7d1df1ef5f2cc0a6f82e0d4f82b214d6 (diff) |
email-backup: add configurable random delay
Diffstat (limited to 'doc')
-rw-r--r-- | doc/email-backup.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/email-backup.md b/doc/email-backup.md index 7f89a06..4b769ec 100644 --- a/doc/email-backup.md +++ b/doc/email-backup.md @@ -20,11 +20,12 @@ Just install the script: Configuration ------------- -The configuration goes to `global-config-overlay`, These are the parameters: +The configuration goes to `global-config-overlay`, these are the parameters: * `BackupSendBinary`: whether to send binary backup * `BackupSendExport`: whether to send configuration export * `BackupPassword`: password to encrypt the backup with +* `BackupRandomDelay`: delay up to amount of seconds when run from scheduler * `EmailBackupTo`: e-mail address to send to * `EmailBackupCc`: e-mail address(es) to send in copy |