B benty2004 New member Joined Sep 11, 2007 Messages 4 Sep 17, 2007 #1 how do u Make a tar.gz so i can upload it to my web site & extract it can any one help me!!!
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Sep 17, 2007 #3 Well, not quite. On a linux, unix, or Mac OS X system: Code: tar -cf filename.tar.gz /path/to/directory benty2004, are you using a linux, unix, or Mac OS X system? If you're using a Windows system you'll have to either find tar software for Windows or use some other method. Jeff
Well, not quite. On a linux, unix, or Mac OS X system: Code: tar -cf filename.tar.gz /path/to/directory benty2004, are you using a linux, unix, or Mac OS X system? If you're using a Windows system you'll have to either find tar software for Windows or use some other method. Jeff