From f65e1211d9663fd9d0becac25568a6f6379dd796 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 11 Apr 2021 20:01:37 +0200 Subject: [PATCH] Add changelog entry --- changelog/unreleased/issue-3111 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/issue-3111 diff --git a/changelog/unreleased/issue-3111 b/changelog/unreleased/issue-3111 new file mode 100644 index 000000000..56ccc86b7 --- /dev/null +++ b/changelog/unreleased/issue-3111 @@ -0,0 +1,11 @@ +Bugfix: Fix terminal output redirection for powershell + +When redirecting the output of restic using powershell on Windows, the +output contained terminal escape characters. This has been fixed by +properly detecting the terminal type. + +In addition, the mintty terminal now shows progress output for the backup +command. + +https://github.com/restic/restic/issues/3111 +https://github.com/restic/restic/pull/3325