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

9 lines
368 B
Plaintext
Raw Normal View History

Bugfix: Print `created new cache` message only on a terminal
2021-08-02 08:12:55 +00:00
The message `created new cache` was printed even when the output wasn't a
terminal. That broke piping `restic dump` output to tar or zip if cache
directory didn't exist. The message is now only printed on a terminal.
https://github.com/restic/restic/issues/3334
https://github.com/restic/restic/pull/3343