Skip to content

Instantly share code, notes, and snippets.

@hitautodestruct
Last active August 2, 2018 07:59
Show Gist options
  • Save hitautodestruct/43c4df3a2ec33f8a54f3050fe5b97a7e to your computer and use it in GitHub Desktop.
Save hitautodestruct/43c4df3a2ec33f8a54f3050fe5b97a7e to your computer and use it in GitHub Desktop.
Synch files using rsync on mac
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