Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 203 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 203 Bytes

sparse

a simple tool to pipe standard input into a sparse file

Example:

sudo dd if=/dev/sda1 | sparse sda1.img

The file sda1.img will be created as sparse file (filesystem support required)