diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-08 09:44:21 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-08 09:44:21 +0100 |
commit | f2f7d66b2dc5f491030198dd425a94809267ba80 (patch) | |
tree | 607891059a321a1e96a15a8f57c986afcb328869 | |
parent | 818638d0f48e7e9cac275933a8cbb09ca119815b (diff) |
doc/backup-email: new option $BackupSendGlobalConfig
-rw-r--r-- | doc/backup-email.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/backup-email.md b/doc/backup-email.md index c7de3e7..a8ec760 100644 --- a/doc/backup-email.md +++ b/doc/backup-email.md @@ -29,6 +29,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 |