From 0f89f443c750917075ce99c539095159e0052c95 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 4 Sep 2022 11:03:59 +0200 Subject: [PATCH] update sparse restore changelog --- changelog/unreleased/{pull-2601 => issue-79} | 5 +++++ 1 file changed, 5 insertions(+) rename changelog/unreleased/{pull-2601 => issue-79} (70%) diff --git a/changelog/unreleased/pull-2601 b/changelog/unreleased/issue-79 similarity index 70% rename from changelog/unreleased/pull-2601 rename to changelog/unreleased/issue-79 index befa23ab2..c5f8ffaed 100644 --- a/changelog/unreleased/pull-2601 +++ b/changelog/unreleased/issue-79 @@ -7,6 +7,11 @@ are not actually written to disk. How much space is saved by writing sparse files depends on the operating system, file system and the distribution of zeros in the file. +During backup restic still reads the whole file including sparse regions. We +have optimized the processing speed of sparse regions. + https://github.com/restic/restic/issues/79 +https://github.com/restic/restic/issues/3903 https://github.com/restic/restic/pull/2601 +https://github.com/restic/restic/pull/3854 https://forum.restic.net/t/sparse-file-support/1264