Skip to content

Instantly share code, notes, and snippets.

@jglenn9k
Created January 24, 2017 19:02
Show Gist options
  • Save jglenn9k/2681e35a1e47e4b01f11bb6b99447f39 to your computer and use it in GitHub Desktop.
Save jglenn9k/2681e35a1e47e4b01f11bb6b99447f39 to your computer and use it in GitHub Desktop.
Fast rsync
rsync -avzP --inplace -e "ssh -T -c arcfour -o Compression=no -x" SRC DEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment