AfterDawn: Glossary

.tar

The Tape ARchive format. (MIME-type: application/x-tar) An archive file format used mostly in the Unix world. tar is capable of storing the file system structure including file permissions and dates. It was originally used for performing sequential writes to tape devices -- mostly for backup purposes. After the "-f" command switch was introduced tar could also be written to files.

tar does not do any compression by itself, so it's not a compression format like, for instance, zip. One can compress tar archives using either a separate tool or commandline switches -j (bzip2), -z (gzip) or -Z (compress). The commandline switches are available in the GNU version of tar.

The common extensions for tar files are:

Uncompressed tar:
.tar

gzipped tar:
.tgz
.tar.gz
.tar.gzip

bzipped tar:
.tbz
.tbz2
.tar.bz2
.tar.bzip2

compressed tar:
.taz
.tar.Z

Related software tools

Shareware for Windows Pisteet: 3.27

Glossary

Select a term to see the explanation