Skip to content

Instantly share code, notes, and snippets.

@enriquemanuel
Last active November 26, 2015 22:08
Show Gist options
  • Save enriquemanuel/20c5f78cdc67eee2e941 to your computer and use it in GitHub Desktop.
Save enriquemanuel/20c5f78cdc67eee2e941 to your computer and use it in GitHub Desktop.
# Normal Rsync
rsync -azP /source/folder/to/be/copied root@ip:/destination/folder/to/be/copied/to
# RSync with SSH and Passwordless
rsync -azp -e 'ssh -i /path/to/key' user@server:/remote/path/to/dir/ /local/path/to/dir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment