Skip to content

Instantly share code, notes, and snippets.

@oskarrough
Created November 27, 2016 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oskarrough/7e42b0860c3b80bd6a9b031874bdc20d to your computer and use it in GitHub Desktop.
Save oskarrough/7e42b0860c3b80bd6a9b031874bdc20d to your computer and use it in GitHub Desktop.
Nice rsync
node_modules
tmp
dist
bower_components
.tmp
# Because I always forget these options.
rsync -am --stats source/ destination/ --exclude-from excludes.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment