2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/changelog/0.12.1_2021-08-03/issue-3111

12 lines
406 B
Plaintext
Raw Normal View History

2021-08-02 08:12:55 +00:00
Bugfix: Fix terminal output redirection for PowerShell
2021-04-11 18:01:37 +00:00
2021-08-02 08:12:55 +00:00
When redirecting the output of restic using PowerShell on Windows, the
2021-04-11 18:01:37 +00:00
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