creating a tar ball with exclusionsFebruary 2, 2012 The example: taring up “proto/” directory, but excluding all the hidden “.svn/” subversion metadata directories. # tar -czvf proto.tgz –exclude=.svn proto/