This Post Has Been Viewed 30 Times Since Mon Apr 28, 2008 9:53 am Posted By Webune with 0 replies
POST# 1341
Posted On: Mon Apr 28, 2008 9:53 am
To compress a file or folder do this command:
in this example, i want to tar my web directory:
Code/Command:
tar -pczf web.tar.gz web/
Now to untar:
Code/Command:
tar xvfz web.tar.gz