Quantcast
Viewing all articles
Browse latest Browse all 10

How to Backup an SVN Repository and omit all the SVN Stuff

Use this command to tar up a SVN repository and skip all the SVN internal files (and in this case some static WWW files and PYC code):

 
tar cvf /bkup/uw.tar --exclude=.svn  --exclude=*.pyc --exclude=wwwroot/tmp* *
 

Author

Jim

Viewing all articles
Browse latest Browse all 10

Trending Articles