mirror of
https://git.adityakumar.xyz/blog.git
synced 2025-02-22 15:30:02 +00:00
fix typo
This commit is contained in:
parent
108fe88860
commit
4072f84116
1 changed files with 1 additions and 1 deletions
|
@ -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-->
|
<!--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).
|
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).
|
||||||
|
|
Loading…
Reference in a new issue