diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-08 09:44:52 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-08 09:44:52 +0100 |
commit | 15fc0b91e9150e81920b54217aef47e04f74aa57 (patch) | |
tree | 6aaefee4c54307350a79d73ff707e5069e3dbfad /doc | |
parent | f2f7d66b2dc5f491030198dd425a94809267ba80 (diff) |
doc/backup-upload: new option $BackupSendGlobalConfig
Diffstat (limited to 'doc')
-rw-r--r-- | doc/backup-upload.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/backup-upload.md b/doc/backup-upload.md index 3e4c7e8..f2bf4de 100644 --- a/doc/backup-upload.md +++ b/doc/backup-upload.md @@ -35,6 +35,7 @@ The configuration goes to `global-config-overlay`, these are the parameters: * `BackupSendBinary`: whether to send binary backup * `BackupSendExport`: whether to send configuration export +* `BackupSendGlobalConfig`: whether to send `global-config-overlay` * `BackupPassword`: password to encrypt the backup with * `BackupRandomDelay`: delay up to amount of seconds when run from scheduler * `BackupUploadUrl`: url to upload to |