Add changelog and docu

This commit is contained in:
Alexander Weiss 2020-12-29 22:47:14 +01:00 committed by Dark Dragon
parent 0793034987
commit 596e9c67a8
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Enhancement: Add JSON support to prune
Restic `prune` now also supports the `--json` option and gives all
statistics in JSON format.
https://github.com/restic/restic/issues/3129
https://github.com/restic/restic/pull/5239

View file

@ -507,6 +507,8 @@ The ``prune`` command accepts the following options:
- ``--verbose`` increased verbosity shows additional statistics for ``prune``.
- ``--json`` gives the statistics in JSON format.
Recovering from "no free space" errors
**************************************