Skip to content
/ dircpy Public

Preserve file sparseness while copying a file or a directory

License

Notifications You must be signed in to change notification settings

vkardon/dircpy

Repository files navigation

dircpy

Preserve file sparseness while copying a file or a directory

This example doesn't use lseek() with SEEK_HOLE/SEEK_DATA to locate next file hole/data. Instead, it scans a file for a zeroed blocks and treats them as sparsed data.

About

Preserve file sparseness while copying a file or a directory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published