mirror of
https://github.com/octoleo/restic.git
synced 2024-11-13 16:56:27 +00:00
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
Bugfix: Print `created new cache` message only on a terminal
|
|
|
|
`created new cache` message was outputed 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
|