Created
January 24, 2017 19:02
-
-
Save jglenn9k/2681e35a1e47e4b01f11bb6b99447f39 to your computer and use it in GitHub Desktop.
Fast rsync
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
| 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
http://explainshell.com/explain?cmd=rsync+-avzP+--inplace+-e+%22ssh+-T+-c+arcfour+-o+Compression%3Dno+-x%22+SRC+DEST