K 10 svn:author V 8 kientzle K 8 svn:date V 27 2004-06-07T03:49:48.000000Z K 7 svn:log V 337 The --include='pattern' option is the natural counterpart to --exclude='pattern'. I should have added this a long time ago, since it's so useful for testing. In particular, it allows me to select a few entries from a troublesome archive so that I can easily focus my debugging efforts: bsdtar -czf new.tgz --include='*foo*' @old.tgz END