.tar.gz

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 02:22, 29 June 2012 by Woozle (talk | contribs) (to create a .tar)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

.tar.gz is the most common file extension for a fileset which has been collected into a tarball (.tar) and then compressed using gzip (.gz).

How To

To create a .tar.gz file from the contents of a folder (including subfolders):

  • tar -cvzf output_filename.tar foldername/
    • not sure if this also gzips... testing.

To restore the original fileset: