mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 06:07:44 +00:00
Changelog entry for sparse file restoring
This commit is contained in:
parent
5d4568d393
commit
3047bf611c
12
changelog/unreleased/pull-2601
Normal file
12
changelog/unreleased/pull-2601
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Enhancement: Restore files with many zeros as sparse files
|
||||||
|
|
||||||
|
On all platforms except Windows, the restorer may now write files containing
|
||||||
|
long runs of zeros as sparse files (also called files with holes): the zeros
|
||||||
|
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.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/issues/79
|
||||||
|
https://github.com/restic/restic/pull/2601
|
||||||
|
https://forum.restic.net/t/sparse-file-support/1264
|
Loading…
Reference in New Issue
Block a user