Archive for the ‘tar’ tag
Exclude several files or directories from tar
It’s very useful to be able to exclude certain files or directories when using tar. Here’s how I did in Leopard:
tar czvf FILENAME.tgz --exclude={.svn,wiki*,static} FILES_OR_DIRS_TO_TAR