Merge pull request #3325 from MichaelEischer/fix-mintty-output

Fix windows terminal output for mintty
This commit is contained in:
Alexander Neumann
2021-05-18 09:29:24 +02:00
committed by GitHub
9 changed files with 93 additions and 15 deletions

View File

@@ -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