What is the difference between .tar and .tbz?
- Extension
- .tar
- .tbz
- Format
- Binary
- Binary
- Category
- Other
- Compressed
- Developer
- Jean-loup Gailly
- Bzip2
- Description
- 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.
- .TBZ is a file that contains TAR archived files then compresses them using BZIP compression algorithm. Commonly used with UNIX OS.
- MIME Type
- application/x-tar
- application/x-bzip-compressed-tar
- Sample
- sample.tar
- Wikipedia
- .tar on Wikipedia
- .tbz on Wikipedia