What is the difference between .tar.lzo and .tgz?
- Extension
- .tar.lzo
- .tgz
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Markus F.X.J. Oberhumer
- GNU
- Description
- Lzop is a file compressor very similar to gzip. lzop favors speed over compression ratio.
- 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.
- MIME Type
- application/x-lzop-compressed-tar
- application/x-compressed
- Sample
- sample.tar.lzo
- sample.tgz
- Wikipedia
- .tar.lzo on Wikipedia
- .tgz on Wikipedia