2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 12:00:49 +00:00
restic/changelog/0.16.3_2024-01-14/pull-4624

12 lines
520 B
Plaintext
Raw Normal View History

2024-01-09 23:18:32 +00:00
Bugfix: Correct `restore` progress information if an error occurs
2024-01-09 23:18:32 +00:00
If an error occurred while restoring a snapshot, this could cause the `restore`
progress bar to show incorrect information. In addition, if a data file could
not be loaded completely, then errors would also be reported for some already
restored files.
2024-01-09 23:18:32 +00:00
Error reporting of the `restore` command has now been made more accurate.
https://github.com/restic/restic/pull/4624
https://forum.restic.net/t/errors-restoring-with-restic-on-windows-server-s3/6943