Skip to content

Instantly share code, notes, and snippets.

@scodx
Created July 11, 2018 22:32
Show Gist options
  • Save scodx/19c6f97bacfa2c05f831dda8415b4479 to your computer and use it in GitHub Desktop.
Save scodx/19c6f97bacfa2c05f831dda8415b4479 to your computer and use it in GitHub Desktop.
# 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