blog/content/post/copy-sparse-files.md
2022-04-29 07:16:05 +00:00

1.3 KiB

title date lastmod draft keywords description tags categories author comment toc autoCollapseToc postMetaInFooter hiddenFromHomePage contentCopyright reward mathjax mathjaxEnableSingleDollar mathjaxEnableAutoNumber hideHeaderAndFooter flowchartDiagrams sequenceDiagrams
Copy Sparse Files 2021-08-05T07:12:29Z 2022-04-29T07:12:29Z false
rsync sparse
rsync
linux
false false false true false false false false false false false
enable options
false
enable options
false

Using normal methods to copy sparse files will only take up so much time and actual storage. Pass -S to rsync to tell you are transferring sparse files and it take care of it.

For other methods to copy a sparse file, refer to this StackExchange post.