Skip to content

Instantly share code, notes, and snippets.

@ramseyp
Created May 12, 2014 22:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ramseyp/aac3965484cd48dd5c2d to your computer and use it in GitHub Desktop.
rsync while excluding multiple directories
rsync -arv --exclude="*.git" --exclude=".svn" source/ /destination/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment