Merge pull request #5194 from darkdragon-001/json-check

Json check
This commit is contained in:
Michael Eischer
2025-02-05 22:15:10 +01:00
committed by GitHub
7 changed files with 137 additions and 38 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Add JSON support to check
Restic `check` now also supports the `--json` option and gives all
statistics in JSON format.
https://github.com/restic/restic/issues/1378
https://github.com/restic/restic/pull/5194