Created
January 6, 2016 18:19
-
-
Save andruhon/7521e2aa3f1141df6888 to your computer and use it in GitHub Desktop.
rsync via ssh from current dir to host:/path; -a archive, -v verbose, -r recursive, -e remote shell programm, exclude node modules
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 -avr -e "ssh" --exclude 'node_modules*' ./* host:/path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment