GZ
GZ archive formatUsed for bundling a folder tree into one shareable file.
- Family
- Archives
- MIME
- application/gzip
Convert GZ to TARGZ online and see exactly what cross-family format translation changes, what TARGZ still can't promise, and how to verify the result.
Converter.now interprets the GZ source: a Gzip-compressed byte stream that normally wraps one file rather than a folder tree. It rebuilds that content for TARGZ as a TAR folder stream wrapped in Gzip compression, conventionally written with the compound tar.gz suffix. Changing the suffix alone would not perform this conversion.
Input read as a Gzip-compressed byte stream that normally wraps one file rather than a folder tree. Output required as a TAR folder stream wrapped in Gzip compression, conventionally written with the compound tar.gz suffix.
Used for bundling a folder tree into one shareable file.
Designed for a specialized exchange format tied to one application.
Turning a multi-file archive into GZ alone can lose the expected directory packaging unless TAR is also used.
Treating it as plain Gzip exposes only the TAR payload, while path, permission, and link semantics still require TAR handling.
The TARGZ label is normalized to a TAR stream wrapped in Gzip compression.
Choose TARGZ when the next app explicitly accepts it and its a specialized exchange format tied to one application role fits the job better than GZ.
Decompress the result and confirm the recovered payload has the expected filename and checksum.
Decompress and extract both layers, then compare paths, Unicode names, permissions, links, counts, and checksums.