Skip to content

Instantly share code, notes, and snippets.

@sadmansh
Created November 4, 2019 05:49
Show Gist options
  • Save sadmansh/845fc901a0933f3708990ef6595cd003 to your computer and use it in GitHub Desktop.
Save sadmansh/845fc901a0933f3708990ef6595cd003 to your computer and use it in GitHub Desktop.
Rsync remote to local excluding node_modules
rsync -rP --exclude node_modules/ <remote-path> <local-path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment