Skip to content

Instantly share code, notes, and snippets.

@da-n
Created April 3, 2014 15:57
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 da-n/9957167 to your computer and use it in GitHub Desktop.
Save da-n/9957167 to your computer and use it in GitHub Desktop.
rsync-local-remote

rsync local folders

rsync -rtv local_folder/ destination_folder/

rsync local to remote

rsync -rtv local_folder/ user@remoteserver.com:~/remote_folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment