TAR Tape Archive Format
TAR, or Tape Archive, is an archive file format used for collecting multiple files into a single file for easier distribution or backup. Originating in Unix systems, TAR is known for its simplicity and ability to preserve file attributes, such as permissions, timestamps, and directory structures.
Unlike other formats, TAR does not compress files by default; it merely bundles them together. This makes it an ideal choice for archiving rather than compression, often serving as a precursor to applying compression methods like Gzip or Bzip2.
TAR is widely used in backups, software distribution, and data transfer in Unix-like operating systems, thanks to its versatility and support for large file sizes.[1]