Created
April 20, 2025 20:45
-
-
Save luminoso/a10a2e0cfbc31e2bd85ed1e9a4c9e3f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -a archive, -v verbose, -h human-units, -W whole file (less cpu for delta algo), --no-compress because there's bandwith, --no-inc-recursive more ram but does a good estimate | |
rsync -avhW --no-compress --info=progress2 --no-inc-recursive <src> <dst> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment