How to create tar.gz archive file in Windows? [closed]
Asked Answered
F

1

73

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

Fulton answered 27/5, 2012 at 12:9 Comment(5)
Use 7-zip? 7-zip.orgPogrom
first you compress it to tar with 7-zip and then to gzip with 7-zipJulietjulieta
You can easily do this with "Bash on Ubuntu on Windows" using cd /mnt/c/[path to folder to archive] and then tar -pczf archive.tar.gz *Grazing
In Windows 10 you can use tar natively https://mcmap.net/q/275721/-unzip-tar-gz-in-windowsInger
how is this off topic???Avelinaaveline
V
92

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.

Vargo answered 27/5, 2012 at 12:20 Comment(4)
the problem is that it cannot compress to .tar.gz in one goVentilation
In case it isn't clear, in 7zip you must first create the tar; it won't even show the option for Gzip if multiple files (or a folder) are selected. Reference: random-host.com/blog/creating-targz-file-7-zipThankyou
Can you please show how to do this on the command line?Pytlik
@ChristopherPisz I would be useful if I could answer and explain that but question is locked, plz vote for reopenEnalda

© 2022 - 2024 — McMap. All rights reserved.