Created
July 11, 2018 22:32
-
-
Save scodx/19c6f97bacfa2c05f831dda8415b4479 to your computer and use it in GitHub Desktop.
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 with exclude, add -n to it to simulate the process | |
rsync -av --progress --exclude='.git/' --exclude='.gitignore' --exclude='dist/' --exclude='node_modules/ ' ~/folder/where/ . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment