2018-08-14 08:57:45 +00:00
|
|
|
Enhancement: ls: Add JSON output support for restic ls cmd
|
|
|
|
|
2018-08-18 13:14:52 +00:00
|
|
|
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.
|
2018-08-14 08:57:45 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/1953
|