Skip to content

Instantly share code, notes, and snippets.

@hgascon
Created June 11, 2015 13:58
Show Gist options
  • Save hgascon/f513e4586f38b27814f7 to your computer and use it in GitHub Desktop.
Save hgascon/f513e4586f38b27814f7 to your computer and use it in GitHub Desktop.
Fast remote directory rsync over ssh
rsync -aHAXxv --numeric-ids --delete --progress -e "ssh -T -c arcfour -o Compression=no -x" user@<source>:<source_dir> <dest_dir>
@hgascon
Copy link
Author

hgascon commented Jun 29, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment