Skip to content

Instantly share code, notes, and snippets.

@luminoso
Created April 20, 2025 20:45
Show Gist options
  • Save luminoso/a10a2e0cfbc31e2bd85ed1e9a4c9e3f6 to your computer and use it in GitHub Desktop.
Save luminoso/a10a2e0cfbc31e2bd85ed1e9a4c9e3f6 to your computer and use it in GitHub Desktop.
# -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