Skip to content

Instantly share code, notes, and snippets.

@mikesorae
Created September 11, 2014 00:31
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 mikesorae/d10a6c78339ac6a6af9d to your computer and use it in GitHub Desktop.
Save mikesorae/d10a6c78339ac6a6af9d to your computer and use it in GitHub Desktop.
copy local files to remote via rsync with ssh
rsync -auzv -e "ssh -p 2222" ../dir/ user@127.0.0.1:~/dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment