Sparse: Difference between revisions

From DWIKI
(Created page with "=Links= *[https://en.wikipedia.org/wiki/Sparse_file Sparse File] =HOWTO= ==Check sparse file== Compare: ls -lh myfile du -sh myfile")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
=Links=
*[https://wiki.archlinux.org/title/sparse_file Sparse file]
*[https://en.wikipedia.org/wiki/Sparse_file Sparse File]
*[https://en.wikipedia.org/wiki/Sparse_file Sparse File]
[[Storage_full]]


=HOWTO=
=HOWTO=
Line 7: Line 9:
  ls -lh myfile
  ls -lh myfile
  du -sh myfile
  du -sh myfile
==Copy sparse file==
rsync -S

Revision as of 10:56, 1 September 2022

Links

Storage_full

HOWTO

Check sparse file

Compare:

ls -lh myfile
du -sh myfile


Copy sparse file

rsync -S