How do I get the backup result in json format?

Hi gays.
I wanna send resul to my zabbix server. How do I get the backup result in json format ?
Does anyone use zabbix?

Though the manual seemingly hasn’t caught up,

  --send-mail-result-output-format (Enumeration): Selects the output format
    for results
    Selects the output format for results. Available formats: Duplicati, Json
    * values: Duplicati, Json
    * default value: Duplicati

  --send-http-result-output-format (Enumeration): Selects the output format
    for results
    Selects the output format for results. Available formats: Duplicati, Json
    * values: Duplicati, Json
    * default value: Duplicati

  --send-xmpp-result-output-format (Enumeration): Selects the output format
    for results
    Selects the output format for results. Available formats: Duplicati, Json
    * values: Duplicati, Json
    * default value: Duplicati

and there are third-party tools such as Duplicati Monitoring and dupReport that build on them.

If you prefer to study output locally in –run-script-after, I’m not sure if JSON is available, but there’s:

The 3 options were added to the manual and will be available soon at https://docs.duplicati.com.
If any other information is missing, please submit an issue or a Pull Request.

1 Like