What is the difference between .tbz and .tar?
- Extension
- .tbz
- .tar
- Format
- Binary
- Binary
- Category
- Compressed
- Other
- Developer
- Bzip2
- Jean-loup Gailly
- Description
- .TBZ is a file that contains TAR archived files then compresses them using BZIP compression algorithm. Commonly used with UNIX OS.
- Tar archive created by tar, a Unix-based utility used to package files together; contains multiple files stored in an uncompressed format; commonly compressed into a .GZ file using GNU Zip compression.
- MIME Type
- application/x-bzip-compressed-tar
- application/x-tar
- Sample
- sample.tar
- Wikipedia
- .tbz on Wikipedia
- .tar on Wikipedia