Convert TAR to TAR.GZ
Compress a plain TAR into TAR.GZ, shrinking it for storage or transfer while keeping the familiar format.
From
To
TAR
The standard Unix bundle format. Collects files and folders into a single uncompressed file, common on Linux and macOS.
TAR.GZ
A gzip-compressed TAR archive — the classic way software and backups are packaged on Linux and Unix systems.