mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
9 lines
384 B
Plaintext
9 lines
384 B
Plaintext
Enhancement: Support JSON output and quiet mode for the `diff` command
|
|
|
|
The `diff` command now supports outputting machine-readable output in JSON
|
|
format. To enable this, pass the `--json` option to the command. To only print
|
|
the summary and suppress detailed output, pass the `--quiet` option.
|
|
|
|
https://github.com/restic/restic/issues/2508
|
|
https://github.com/restic/restic/pull/3592
|