Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created May 25, 2013 19:59
Show Gist options
  • Save niraj-shah/5650562 to your computer and use it in GitHub Desktop.
Save niraj-shah/5650562 to your computer and use it in GitHub Desktop.
rsync with exclude flag
sudo rsync -rv --exclude=".svn" /from/folder/ /to/folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment