Created
September 11, 2014 00:31
-
-
Save mikesorae/d10a6c78339ac6a6af9d to your computer and use it in GitHub Desktop.
copy local files to remote via rsync with ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -auzv -e "ssh -p 2222" ../dir/ [email protected]:~/dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment