Creating .tar.gz Archive Easily in Windows

Printer-friendly versionPrinter-friendly versionSend to friendSend to friendPDF versionPDF version

You might somehow want to create a .tar.gz archive in Windows. Currently the web control panel that I use is DirectAdmin and it doesn't support extracting files from .zip archive. Uploading a single .tar.bz archive and extract it on the server is better (and faster) than uploading lots of files using ftp. 7-zip, an open source file archiver can create a .tar.gz archive easily.


1. You need the latest 7-zip 4.61 beta (or later). Download and install.


2. Select the folder that you want to add to the .tar.gz archive. Right click, and select 7-zip > 'Add to archive...' (1).


Photobucket


3. We need to create a .tar archive first. Choose 'tar' as Archive format (2).


Photobucket


4. Then, right click the newly created .tar archive. Select 7-zip > 'Add to archive' again. This time, choose 'GZip' (3) as the Archive format. For maximum compression, choose 'Ultra' (4) for compression level, and select 258 (5) for 'Word size'. You've successfully create a .tar.gz archive!


Photobucket

Trackback URL for this post:

http://www.tmsnetwork.org/blog/trackback/158
Your rating: None Average: 3.7 (3 votes)

kalau nak lebih 1337 lagi,

kalau nak lebih 1337 lagi, boleh download dari http://unxutils.sourceforge.net/

kebanyakan standard command dalam console yang digunakan oleh unix platform, boleh digunakan dalam command prompt dalam windows.

contoh tar.exe

tar -xvf abcdef.tar
tar -cvf abcdef.tar abcdef
gzip abcdef.tar abcdef.tar.gz
gunzip abcdef.tar.gz

dan sebagainya.

sekian harap maklum

terima kasih saudara azuan di

terima kasih saudara azuan di atas komen anda.. sesuai untuk mereka yang suka bekerja dalam suasana command line..

Create/Extract tar, tar.gz, tgz files on windows

Download WinTar from http://www.miscosoftware.com/WinTar/store/WinTar.exe

WinTar is a simple and cute 32-bit Windows version tarball archiver - a powerful tool which allows you to create, manage and extract most popular Unix/Linux tarball and windows format archive files.
WinTar can create and read several different archive formats, including most popular Tar variants, several Cpio formats, and both BSD and GNU ar variants. It can also write shar archives and read ISO9660 CDROM images, Windows CAB and ZIP archives.

u can try other alternative if already have a zip file

If the file already zip,u can try this software.it can convert .zip .rar and other to .tar .gz easily :)

http://jomphp.com/arc-convert-perisian-converter-file-archive-termudah.html

Nice one.. but I really hope

Nice one.. but I really hope 7-zip has the 'convert to' right click menu like winrar.

Good tip

Thanks!

You are welcome!

You are welcome!