[Cialug] create .tgz on Win32

David Champion cialug@cialug.org
Fri, 21 Jan 2005 15:21:09 -0600


What tools would all y'all use to create a .tgz (gnu tar gzip) on a 
Win32 server? Has to be command line capable to call from a script.

I tried the tools from gnuwin32.sourceforge.net, and they're getting 
errors. I can create a plain tar, and can create a gzip, but piping the 
tar thru gzip generates dll errors.

I suppose I could do it in 2 steps - create the tar, then gzip it.

-dc