Sparse: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=Links= *[https://en.wikipedia.org/wiki/Sparse_file Sparse File] =HOWTO= ==Check sparse file== Compare: ls -lh myfile du -sh myfile"
 
Tony (talk | contribs)
Line 7: Line 7:
  ls -lh myfile
  ls -lh myfile
  du -sh myfile
  du -sh myfile
==Copy sparse file==
rsync -S

Revision as of 12:34, 9 August 2022

Links

HOWTO

Check sparse file

Compare:

ls -lh myfile
du -sh myfile


Copy sparse file

rsync -S