From 503d4c3e2f0309f6af3aa67a8a46c207281fe962 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 12 Sep 2021 16:00:49 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/issue-2738 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-2738 diff --git a/changelog/unreleased/issue-2738 b/changelog/unreleased/issue-2738 new file mode 100644 index 000000000..7d0723498 --- /dev/null +++ b/changelog/unreleased/issue-2738 @@ -0,0 +1,8 @@ +Bugfix: Don't print progress for `backup --json --quiet` + +Unlike the text output, the json output format still printed progress +information even in quiet mode. This has been fixed by always disabling the +progress output in quiet mode. + +https://github.com/restic/restic/issues/2738 +https://github.com/restic/restic/pull/3264