mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
Enhancement: ls: Add JSON output support for restic ls cmd
|
|
|
|
We've implemented listing files in the repository with JSON as output, just
|
|
pass `--json` as an option to `restic ls`. This makes the output of the command
|
|
machine readable.
|
|
|
|
https://github.com/restic/restic/pull/1953
|