From 1531eab7467b7f0e0226293519bffe1d876b1dab Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Mon, 1 May 2023 12:19:11 +0200 Subject: [PATCH] mention restore json support in changelog --- changelog/unreleased/{issue-3627 => issue-426} | 5 +++++ 1 file changed, 5 insertions(+) rename changelog/unreleased/{issue-3627 => issue-426} (66%) diff --git a/changelog/unreleased/issue-3627 b/changelog/unreleased/issue-426 similarity index 66% rename from changelog/unreleased/issue-3627 rename to changelog/unreleased/issue-426 index edbbdbb33..9caf14ef5 100644 --- a/changelog/unreleased/issue-3627 +++ b/changelog/unreleased/issue-426 @@ -4,6 +4,11 @@ The `restore` command now shows a progress report while restoring files. Example: [0:42] 5.76% 23 files 12.98 MiB, total 3456 files 23.54 GiB +JSON output is now also supported. + +https://github.com/restic/restic/issues/426 +https://github.com/restic/restic/issues/3413 https://github.com/restic/restic/issues/3627 https://github.com/restic/restic/pull/3991 +https://github.com/restic/restic/pull/4314 https://forum.restic.net/t/progress-bar-for-restore/5210