2023-05-01 16:21:08 +00:00
|
|
|
Bugfix: Correctly clean up status bar output of the `backup` command
|
|
|
|
|
|
|
|
Due to a regression in restic 0.15.2, the status bar of the `backup` command
|
|
|
|
could leave some output behind. This happened if filenames were printed that
|
2023-07-29 00:30:40 +00:00
|
|
|
are wider than the current terminal width. This has now been fixed.
|
2023-05-01 16:21:08 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4319
|
|
|
|
https://github.com/restic/restic/pull/4318
|