Ignoring SVN and CVS files with rsync
Posted by hank, Tue Mar 06 16:07:00 UTC 2007
I found out how to get rid of those pesky Subversion and CVS files as well as some other crappy files laying around when rsyncing. It’s really quite simple. It turns out the *-C* switch does this for you:
rsync -Cavrx ...
Very nice.

Blog Posts