Add changelog and docu

This commit is contained in:
Alexander Weiss 2020-12-29 22:47:14 +01:00 committed by Dark Dragon
parent 57dd6e6482
commit e67a805bfc
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

@ -467,6 +467,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
**************************************