Skip to content

Instantly share code, notes, and snippets.

@damaya
Created March 4, 2014 15:27
Show Gist options
  • Select an option

  • Save damaya/9348511 to your computer and use it in GitHub Desktop.

Select an option

Save damaya/9348511 to your computer and use it in GitHub Desktop.
Rsync with ssh key
rsync -azu -e 'ssh -i /<path>/key.pem' user@host:<originpathfile>/{foler|file} <localpath>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment