2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-28 17:48:25 +00:00

12 lines
446 B
Plaintext
Raw Normal View History

Enhancement: Support JSON output and quiet mode for diff
2022-01-23 23:12:29 +01:00
We've added support for getting machine-readable output for snapshot diff, just pass the
flag `--json` for `restic diff` and restic will output a JSON-encoded diff stats and change
list.
Passing the `--quiet` flag to the `diff` command will only print the summary
and suppress the detailed output.
2022-01-23 23:12:29 +01:00
https://github.com/restic/restic/issues/2508
https://github.com/restic/restic/pull/3592