How to create tar.gz archive file in Windows?

7zip, cpanel, gzip, tar, windows

Solution

tar.gz file is just a tar file that's been gzipped. Both tar and gzip are available for windows.

If you like GUIs (Graphical user interface), 7zip can pack with both tar and gzip.

Problem

How to create tar.gz archive of my files in Windows to upload and extract in cPanel?

Original source

Related problems