From e320ef0a6266e22b2dfd7249f767a2b7ab0c745d Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 4 Oct 2025 23:15:07 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/issue-5477 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/issue-5477 diff --git a/changelog/unreleased/issue-5477 b/changelog/unreleased/issue-5477 new file mode 100644 index 000000000..f56cca84b --- /dev/null +++ b/changelog/unreleased/issue-5477 @@ -0,0 +1,7 @@ +Bugfix: Password prompt was sometimes not shown + +The password prompt for a repository was sometimes not shown when running +the `backup -v` command. This has been fixed. + +https://github.com/restic/restic/issues/5477 +https://github.com/restic/restic/pull/5554