Skip to content

Instantly share code, notes, and snippets.

@jemyzhang
Created September 18, 2015 03:25
Show Gist options
  • Save jemyzhang/f330e847a17f1ab1c30b to your computer and use it in GitHub Desktop.
Save jemyzhang/f330e847a17f1ab1c30b to your computer and use it in GitHub Desktop.
rsync through ssh protocol
rsync -avz -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --progress /root/bigfile.txt 198.211.117.129:/root/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment