This commit is contained in:
GNUxeava 2022-04-29 07:16:05 +00:00
parent 108fe88860
commit 4072f84116

View file

@ -40,6 +40,6 @@ sequenceDiagrams:
---
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 transgerring sparse files and it take care of it.
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.
<!--more-->
For other methods to copy a sparse file, refer to this [StackExchange post](https://serverfault.com/questions/665335/what-is-fastest-way-to-copy-a-sparse-file-what-method-results-in-the-smallest-f).