What is the difference between .tgz and .tar.lzo?
- Extension
- .tgz
- .tar.lzo
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- GNU
- Markus F.X.J. Oberhumer
- Description
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- Lzop is a file compressor very similar to gzip. lzop favors speed over compression ratio.
- MIME Type
- application/x-compressed
- application/x-lzop-compressed-tar
- Sample
- sample.tgz
- sample.tar.lzo
- Wikipedia
- .tgz on Wikipedia
- .tar.lzo on Wikipedia