TGZ
TGZ archive formatUsed for packaging files and folder structures.
- Family
- Archives
- MIME
- application/x-gtar
Convert TGZ to TAR online. See the real archive extraction and repackaging behavior, preservation limits, and a format-specific acceptance test.
The entries in TGZ are unpacked and a new TAR package is built from their filenames and folder paths. Compression is rebuilt; archive-level encryption, comments, and recovery records are not portable assumptions. TGZ is unwrapped from Gzip before TAR entries are enumerated, keeping outer-stream integrity separate from member paths, permissions, links, and checksums. TAR output writes a sequential member stream that can preserve Unix-oriented paths, permissions, and links but supplies no compression unless wrapped separately.
Read structure - A TAR folder stream compressed as one Gzip payload. Rebuilt structure - An uncompressed archive preserving a Unix-style folder tree, names, and file metadata.
Used for packaging files and folder structures.
Designed for packaging files and folder structures.
Decompress and extract both layers, then compare paths, Unicode names, file counts, permissions, links, and checksums.
List and extract the archive, then compare paths, link targets, permissions, and file counts.
Gzip protects the TAR byte stream but does not independently validate each member, and non-Unix tools may alter permissions or links.
TAR alone may be large, and permissions, symbolic links, or path conventions can behave differently off Unix.
The writer builds an uncompressed archive preserving a Unix-style folder tree, names, and file metadata and labels the result as application/x-tar. The receiving application - Not the extension alone - Is the final compatibility test.
Use TAR when the recipient's archive utility cannot reliably open TGZ, then validate the extracted tree rather than judging only the new package size.