Merge pull request #2185 from d3zd3z/json-forget

Json forget
This commit is contained in:
Alexander Neumann
2019-04-13 14:23:32 +02:00
3 changed files with 95 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add --json support to forget command
The forget command now supports the --json argument, outputting the
information about what is (or would-be) kept and removed from the
repository.
https://github.com/restic/restic/issues/2184
https://github.com/restic/restic/pull/2185