restic/changelog/unreleased/pull-4167
2023-01-22 15:32:55 +01:00

6 lines
233 B
Text

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