2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00
restic/changelog/0.15.1_2023-01-30/pull-4167

7 lines
235 B
Plaintext
Raw Normal View History

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