What is the difference between .tzo and .tar?
- Extension
- .tzo
- .tar
- Format
- Binary
- Binary
- Category
- Compressed
- Other
- Developer
- Tukaani
- Jean-loup Gailly
- Description
- TAR.LZO is UNIX associated file that is a combination of TAR and LZO. In this file format files are archived as TAR file and LZO compression technique is used to compress the TAR file. The compression works on Lempel-Ziv-Oberhume data library technique to compress the TAR files.
- 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-tzo
- application/x-tar
- Sample
- sample.tar
- Wikipedia
- .tar on Wikipedia