Skip to content

Instantly share code, notes, and snippets.

@mamuz
Last active December 16, 2015 13:29
Show Gist options
  • Save mamuz/5441691 to your computer and use it in GitHub Desktop.
Save mamuz/5441691 to your computer and use it in GitHub Desktop.
ssh rsync
rsync -aWHvz --delete -e "ssh -i /home/user/.ssh/mykey" /path/to/source /path/to/destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment