2023-01-08 14:34:30 +00:00
|
|
|
Enhancement: Handle cache corruption on disk and in downloads
|
2022-09-25 09:42:53 +00:00
|
|
|
|
|
|
|
In rare situations, like for example after a system crash, the data stored
|
2023-01-08 14:34:30 +00:00
|
|
|
in the cache might be corrupted. This could cause restic to fail and required
|
|
|
|
manually deleting the cache.
|
2022-09-25 09:42:53 +00:00
|
|
|
|
|
|
|
Restic now automatically removes broken data from the cache, allowing it
|
|
|
|
to recover from such a situation without user intervention. In addition,
|
2023-01-08 14:34:30 +00:00
|
|
|
restic retries downloads which return corrupt data in order to also handle
|
2022-09-25 09:42:53 +00:00
|
|
|
temporary download problems.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2533
|
|
|
|
https://github.com/restic/restic/pull/3521
|