Skip to content

mijos/sparsefileutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparsefileutils

A collection of simple tools to copy backup and archive sparse files.

sbcp

Copies one file to another, preserving sparse blocks and making all-zero blocks sparse.

sbcat

Cats a file omitting the read of sparse blocks.

sbdiff

Performs a binary diff over two files and produces a difference file with sparse areas.

sbpatch

Applies a sparse patch file from sbdiff to the original file

sbmapcat

Produces a data file and a map file of an origial file with sparse blocks.

sbmapmerge

Merges a map and a data file created with sbmapcat into a sparse file.

sbsparsify (install disabled)

Scans a file for all-zero blocks and makes those blocks sparse. Note: This does not work reliably on all filesystems (i.e ext4).

sbinfo

Shows sparse-block and all-zero-block information of files.

sbwrite

Writes stdin to a file, omitting all all-zero blocks.

About

A collection of simple tools to copy backup and archive sparse files.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%