This Post Has Been Viewed 19 Times Since Sun Jun 01, 2008 10:23 am Posted By Webune with 2 replies
POST# 1399
Posted On: Sun Jun 01, 2008 10:23 am
To compress a file or folder do this command:
in this example, i want to tar my web directory:
Command:
tar -pczf web.tar.gz web/
Now to untar:
Command:
tar xvfz web.tar.gz