whop wrote: ojola odeny wrote:
> [help output for sparse files deleted.]
> I dont understand this can you help me go about it. My work is not ok
Filesystems may represent sparse files as a disjoint set of blocks of
data. Extended runs of null bytes are not written to the file. This
is
By default, sparse SOURCE files are detected by a crude heuristic and the
corresponding DEST file is made sparse as well. That is the behavior
selected by --sparse=auto. Specify --sparse=always to create a sparse DEST
file whenever the SOURCE file contains a long enough sequence of zero bytes.
Us