News

Move on from Zip and learn how to compress your files with Tar When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.
The tar portion of the extension means the file is a tar archive and the gz indicates it’s been compressed. You could then decompress that new file with the command tar -xvzf TEST.tar.gz.
It’s very simple. You should know this method doesn’t work with just .tar files. Instead, those files need to be compressed and end with either .gz, .xz, .zip, or .7z.
Exclude specific files from compression (-x): If you want to exclude certain files from being compressed, use the -x command-line option, followed by the names of the files you want to exclude. For ...
Click the arrow next to the text "File Format: By Extension." Scroll down and click on "Tar compressed with gzip (.tar.gz)" Click the "Create" button to create the compressed archive.
Deflate This is the default compression used by Zip; it is old and not particularly effective, but is fast and well supported. Compress This is an old Unix compression program. Its files have a .Z ...