From 04f7c054cdaaa51f8b74d6f9bb94cf54b8881076 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 11 Aug 2018 22:54:22 +0200 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/issue-1935 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-1935 diff --git a/changelog/unreleased/issue-1935 b/changelog/unreleased/issue-1935 new file mode 100644 index 000000000..4edc64a92 --- /dev/null +++ b/changelog/unreleased/issue-1935 @@ -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