forked from TrueCloudLab/restic
Add changelog for corrupt data downloads
This commit is contained in:
parent
34c1a83340
commit
d114e483c4
1 changed files with 13 additions and 0 deletions
13
changelog/unreleased/issue-2533
Normal file
13
changelog/unreleased/issue-2533
Normal file
|
@ -0,0 +1,13 @@
|
|||
Enhancement: Redownload cached data if invalid
|
||||
|
||||
In rare situations, like for example after a system crash, the data stored
|
||||
in the cache might be corrupted. This could cause restic to fail and
|
||||
required manually deleting the cache.
|
||||
|
||||
Restic now automatically removes broken data from the cache, allowing it
|
||||
to recover from such a situation without user intervention. In addition,
|
||||
restic retries downloads which return corrupt data in order to handle
|
||||
temporary download problems.
|
||||
|
||||
https://github.com/restic/restic/issues/2533
|
||||
https://github.com/restic/restic/pull/3521
|
Loading…
Reference in a new issue