Skip to content
Novus Examples
tar10 KB

TAR - Uncompressed

A uncompressed USTAR of a small source tree — for testing tar extraction and the TAR container. Member timestamps are fixed for reproducibility.

Archive contents — 4 entriestar
  • README.txt
  • records.csv
  • config.json
  • notes.md

Specifications

Format
uncompressed USTAR
Members
4
Tar Format
USTAR
Structure
data/ and docs/ subfolders

What is a .tar file?

TAR (Tape Archive) is a Unix archive format that concatenates files with their metadata into a single uncompressed stream of fixed-size blocks. It preserves permissions, ownership, and directory structure but applies no compression itself. It is usually paired with a compressor such as gzip or xz.

How to use this file

Use an example TAR to test archive extraction, metadata and permission preservation, streaming block parsing, and pipelines that combine tar with external compression.

Generated by generation/archives.py. Free for any use, no attribution required — license.