GZ
GZ archive formatUsed for bundling a folder tree into one shareable file.
- Family
- Archives
- MIME
- application/gzip
Convert GZ to 7Z online. See the real archive extraction and repackaging behavior, preservation limits, and a format-specific acceptance test.
The entries in GZ are unpacked and a new 7Z package is built from their filenames and folder paths. Compression is rebuilt; archive-level encryption, comments, and recovery records are not portable assumptions. Gzip decoding produces one byte stream and an optional original filename; it does not by itself reveal a directory tree unless that payload is another archive such as TAR. The 7Z package can use solid compression and encrypted headers, trading excellent ratios for extractor compatibility and slower access to individual members.
Read structure - A Gzip-compressed byte stream that normally wraps one file rather than a folder tree. Rebuilt structure - A compressed archive with strong ratios and optional AES encryption.
Used for bundling a folder tree into one shareable file.
Designed for compressed storage for a group of files and folders.
Decompress the result and confirm the recovered payload has the expected filename and checksum.
Extract the result with the recipient's actual archive app and compare the complete folder tree.
Turning a multi-file archive into GZ alone can lose the expected directory packaging unless TAR is also used.
Some built-in operating-system extractors cannot open 7Z packages, and encrypted headers can hide filenames.
The writer builds a compressed archive with strong ratios and optional AES encryption and labels the result as application/x-7z-compressed. The receiving application - Not the extension alone - Is the final compatibility test.
7Z is the right move once the recipient's archive tool cannot reliably open GZ; judge success by the extracted folder tree, not by the new package's file size.