Skip to content
Snippets Groups Projects
Commit bd2b86a4 authored by Florian Sesser's avatar Florian Sesser
Browse files

Backup: Borg: All logs as JSON please

That makes working with its output in Grafana easier.
Good documentation can be found at
https://borgbackup.readthedocs.io/en/stable/internals/frontends.html#json-output
parent c9f0e14b
No related branches found
No related tags found
2 merge requests!340update production,!338Backup: Borg: All logs as JSON please
Pipeline #2454 passed
......@@ -58,6 +58,8 @@ in {
# Output statistics after uploading a backup set
extraCreateArgs = "--stats --json";
# All logs in JSON to help Prometheus/Grafana
extraArgs = "--log-json";
# Ciphertext doesn't compress well
compression = "none";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment