Update 06-advanced-options.md

This commit is contained in:
kees-z 2020-03-10 22:24:35 +01:00 committed by GitHub
parent 4535a0cd8e
commit 14eb14400a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -608,6 +608,12 @@ Default value: `all`
Send messages for all operations.
By default, messages will only be sent after a Backup operation. Use this option to send messages for all operations.
### --send-http-result-output-format
'--send-http-result-output-format (Enumeration)'
Selects the output format for results. Available formats: Duplicati, Json
Values: `Duplicati`, `Json`
Default value: `Duplicati`
### send-mail-to
`--send-mail-to (String)`
Email recipient(s).
@ -679,6 +685,12 @@ Default value: `all`
Send email for all operations.
By default, mail will only be sent after a Backup operation. Use this option to send mail for all operations.
### send-mail-result-output-format
`--send-mail-result-output-format (Enumeration)`
Selects the output format for results. Available formats: Duplicati, Json
Values: `Duplicati`, `Json
Default value: `Duplicati`
### send-xmpp-to
`--send-xmpp-to (String)`
XMPP recipient email.
@ -722,8 +734,12 @@ Values: `Unknown`, `Success`, `Warning`, `Error`, `Fatal`, `All`
Default value: `all`
### send-xmpp-any-operation
`--send-xmpp-any-operation (Boolean)<`
`--send-xmpp-any-operation (Boolean)`
Send messages for all operations.
By default, messages will only be sent after a Backup operation. Use this option to send messages for all operations.
### send-xmpp-result-output-format
`--send-xmpp-result-output-format (Enumeration)`
Selects the output format for results. Available formats: Duplicati, Json
Values: `Duplicati`, `Json`
Default value: `Duplicati`