What is the difference between .taz and .tbz2?
- Extension
- .taz
- .tbz2
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- GNU
- Bzip2
- Description
- A TAZ file is essentially a compressed archive created using the Unix-based Tar archiving utility, with compression applied through the compress program. The "tar" part of the filename stands for "tape archive," reflecting the utility's origins in backing up data to tape drives, while the "z" indicates that the archive has been compressed using the Lempel-Ziv (LZ) algorithm to reduce its size.
- File archive compressed with both .TAR and .BZ2 compression; often found on Unix systems; must first be decompressed (using Bzip 2 decompression), then the files must be extracted from the tar archive.
- MIME Type
- application/x-compressed
- application/x-bzip2
- Wikipedia
- .taz on Wikipedia
- .tbz2 on Wikipedia