2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-29 23:19:01 +00:00
restic/changelog/unreleased/pull-4167

7 lines
233 B
Plaintext
Raw Normal View History

2023-01-22 14:32:55 +00:00
Bugfix: ETA was missing from `backup` progress bar
A regression in restic 0.15.0 caused the ETA to be missing from the progress
bar displayed by the `backup` command. This has been fixed.
https://github.com/restic/restic/pull/4167