Monday, May 10, 2010

Computer / Linux / Creating tar archive

To create a 'tar.gz' archive in Linux from a folder use the following command:

tar -pczf name_of_your_archive.tar.gz /path/to/directory

No comments:

Post a Comment