1
0
mirror of https://github.com/restic/restic.git synced 2024-06-20 07:06:38 +02:00
restic/changelog/0.12.0_2021-02-14/issue-3111
2021-02-14 11:44:00 +01:00

10 lines
401 B
Plaintext

Bugfix: Correctly detect output redirection for `backup` command on Windows
On Windows, since restic 0.10.0 the `backup` command did not properly detect
when the output was redirected to a file. This caused restic to output
terminal control characters. This has been fixed by correcting the terminal
detection.
https://github.com/restic/restic/issues/3111
https://github.com/restic/restic/pull/3150