Last active
August 2, 2018 07:59
-
-
Save hitautodestruct/43c4df3a2ec33f8a54f3050fe5b97a7e to your computer and use it in GitHub Desktop.
Synch files using rsync on mac
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 -rav /source /destination | |
# in order to exlude files | |
rsync -rav --exclude=node_modules --exclude=.DS_Store /source /destination |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment