Skip to content

Instantly share code, notes, and snippets.

@italoveloso
Created March 31, 2014 13:36
Show Gist options
  • Save italoveloso/9892383 to your computer and use it in GitHub Desktop.
Save italoveloso/9892383 to your computer and use it in GitHub Desktop.
Using Rsync to copy files/folders from local to remove server
rsync -avz -e ssh /me/copie/ login@server:/para/onde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment