restic/changelog/unreleased/issue-4147

8 lines
290 B
Plaintext
Raw Normal View History

2023-01-27 21:39:27 +01:00
Bugfix: Make `prune --quiet` not print progress bar
2023-01-27 21:39:27 +01:00
A regression in restic 0.15.0 caused `prune --quiet` to show a progress bar
while deciding how to process each pack files. This has now been fixed.
https://github.com/restic/restic/issues/4147
https://github.com/restic/restic/pull/4153