Skip to content

Instantly share code, notes, and snippets.

@AlessioGiambrone
Last active March 12, 2017 16:37
Show Gist options
  • Save AlessioGiambrone/f7a873fbdb71645e3dc6a4418494bd0b to your computer and use it in GitHub Desktop.
Save AlessioGiambrone/f7a873fbdb71645e3dc6a4418494bd0b to your computer and use it in GitHub Desktop.
Copy a big file in a LAN
rsync -avz -P --compress-level=9 $ORIGIN $USER@$HOST:$DESTDIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment