forked from TrueCloudLab/restic
Add entry to changelog
This commit is contained in:
parent
5dd0df0162
commit
04f7c054cd
1 changed files with 8 additions and 0 deletions
8
changelog/unreleased/issue-1935
Normal file
8
changelog/unreleased/issue-1935
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Bugfix: Remove truncated files from cache
|
||||||
|
|
||||||
|
When a file in the local cache is truncated, and restic tries to access data
|
||||||
|
beyond the end of the (cached) file, it used to return an error "EOF". This is
|
||||||
|
now fixed, such truncated files are removed and the data is fetched directly
|
||||||
|
from the backend.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/issues/1935
|
Loading…
Reference in a new issue