Sat Oct 24, 2009 6:19 pm - How To Tar Files And Folders Easy
#653
How To Tar Files And Folders Easy
To compress a file or folder do this command:
in this example, i want to tar my web directory:
Command:
Now to untar:
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
author: Webune