.tar.gz

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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: