Add JSON output to check command

This commit is contained in:
Dark Dragon
2024-12-30 22:33:01 +01:00
parent 79d435efb1
commit a58a8f2ce0
3 changed files with 68 additions and 1 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