2023-01-27 20:39:27 +00:00
|
|
|
Bugfix: Make `prune --quiet` not print progress bar
|
2023-01-14 17:26:57 +00:00
|
|
|
|
2023-01-27 20:39:27 +00: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.
|
2023-01-14 17:26:57 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4147
|
|
|
|
https://github.com/restic/restic/pull/4153
|