# tar -cjvf ../packed_no_bin.tar.bz2 * --exclude=*.gz --exclude=*.bin --exclude=*.rpm
if there's another file type that didn't want to tar just put another
--exclude=<pattern>
# tar -cjvf ../packed_no_bin.tar.bz2 * --exclude=*.gz --exclude=*.bin --exclude=*.rpm
--exclude=<pattern>