Skip to content

Instantly share code, notes, and snippets.

@simonspa
Created March 3, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonspa/5390aa48d48cb28850425eb434f8d0cb to your computer and use it in GitHub Desktop.
Save simonspa/5390aa48d48cb28850425eb434f8d0cb to your computer and use it in GitHub Desktop.
Fast rsync copy with no ssh compression and weak cipher
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