copy_sparse

Function copy_sparse 

Source
pub fn copy_sparse(infd: &File, outfd: &File) -> Result<u64, Error>
Expand description

Copy data between files, looking for sparse blocks and skipping them.