From e67a805bfcd22c46239e91611d5dd2a82a5a75c0 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Tue, 29 Dec 2020 22:47:14 +0100 Subject: [PATCH] Add changelog and docu --- changelog/unreleased/issue-3129 | 7 +++++++ doc/060_forget.rst | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 changelog/unreleased/issue-3129 diff --git a/changelog/unreleased/issue-3129 b/changelog/unreleased/issue-3129 new file mode 100644 index 000000000..3340dca0e --- /dev/null +++ b/changelog/unreleased/issue-3129 @@ -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 diff --git a/doc/060_forget.rst b/doc/060_forget.rst index b211148cb..8758bf7aa 100644 --- a/doc/060_forget.rst +++ b/doc/060_forget.rst @@ -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 **************************************