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" |
m →HOWTO |
||
| 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
