mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
10 lines
401 B
Plaintext
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
|