From c527c055905666ea623c5d7e78f3273b91c6a64a Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 22 Jan 2023 15:32:55 +0100 Subject: [PATCH] add changelog for missing backup ETA --- changelog/unreleased/pull-4167 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/pull-4167 diff --git a/changelog/unreleased/pull-4167 b/changelog/unreleased/pull-4167 new file mode 100644 index 000000000..c60d7bc0c --- /dev/null +++ b/changelog/unreleased/pull-4167 @@ -0,0 +1,6 @@ +Bugfix: ETA was missing from `backup` progress bar + +A regression in restic 0.15.0 caused the ETA to be missing from the progress +bar displayed by the `backup` command. This has been fixed. + +https://github.com/restic/restic/pull/4167