diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-23 09:56:28 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 21:51:56 +0100 |
commit | bc8b19fc31a2c2c437c6fea703b601b802470e02 (patch) | |
tree | 1b9a729c12936ec9452c4e4e1889f3105225a86d /doc | |
parent | 8b44964a36e5a5eebe70ab94eae6086bfbdbfb36 (diff) |
upload-backup: add configurable random delay
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upload-backup.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/upload-backup.md b/doc/upload-backup.md index bbfbcc4..e6ba9e2 100644 --- a/doc/upload-backup.md +++ b/doc/upload-backup.md @@ -24,6 +24,7 @@ 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 * `BackupUploadUrl`: url to upload to * `BackupUploadUser`: username for server authentication * `BackupUploadPass`: password for server authentication |