The example: taring up “proto/” directory, but excluding all the hidden “.svn/” subversion metadata directories.
# tar -czvf proto.tgz –exclude=.svn proto/
The example: taring up “proto/” directory, but excluding all the hidden “.svn/” subversion metadata directories.
# tar -czvf proto.tgz –exclude=.svn proto/
Leave a Reply