mirror of
https://github.com/restic/restic.git
synced 2025-10-29 14:03:06 +00:00
restore: support sparse restores also on windows
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
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.
|
||||
When using `restore --sparse`, 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.
|
||||
|
||||
Reference in New Issue
Block a user