Created
March 3, 2018 18:31
-
-
Save simonspa/5390aa48d48cb28850425eb434f8d0cb to your computer and use it in GitHub Desktop.
Fast rsync copy with no ssh compression and weak cipher
This file contains 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 -aHAXxv --numeric-ids --delete --progress -e "ssh -T -c arcfour -o Compression=no -x" /data/ root@hosy:/mnt/md0/data/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment