mirror of https://github.com/restic/restic.git
Add changelog and docu
This commit is contained in:
parent
57dd6e6482
commit
e67a805bfc
|
@ -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
|
|
@ -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
|
||||
**************************************
|
||||
|
|
Loading…
Reference in New Issue