Skip to content

Instantly share code, notes, and snippets.

@felipefernandes
Last active April 10, 2018 13:50
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 felipefernandes/998049180f6a77b7869860806f27e8aa to your computer and use it in GitHub Desktop.
Save felipefernandes/998049180f6a77b7869860806f27e8aa to your computer and use it in GitHub Desktop.
RSync Commands

Remote to local

rsync -avzhe "ssh -i <private key>" --progress <user>@<host>:<remote path> <local path>  

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