Difference between revisions of "Howto compress to tar gz"
From MS Computech
(New page: Use Follow command <pre>tar -pvczf name_of_your_archive.tar.gz /path/to/directory/</pre>) |
|||
Line 2: | Line 2: | ||
− | <pre>tar -pvczf | + | <pre>tar -pvczf archive_name-`date +%Y-%m-%d`.tar.bz2 /path/to/directory/</pre> |
Revision as of 13:42, 28 June 2009
Use Follow command
tar -pvczf archive_name-`date +%Y-%m-%d`.tar.bz2 /path/to/directory/