Pular para o conteúdo principal
🇬🇧 English 🇪🇸 Español 🇩🇪 Deutsch
Conversor de imagens Conversor de vídeo Conversor de áudio Conversor de documentos
Ferramentas Guias Formatos Preços API
Entrar
TAR file
tar
Formato de arquivo

Sobre os arquivos TAR

Arquivo TAR

Lançado em 1979 Por Unix (AT&T Bell Labs)

TAR (Tape ARchive) é um formato de arquivamento Unix dos anos 70, criado originalmente para backup em fita magnética. Não comprime — apenas concatena múltiplos arquivos em um. Tipicamente é combinado com gzip (.tar.gz) ou xz (.tar.xz) para compressão. É o formato padrão para distribuição de software no mundo Unix/Linux: pacotes fonte, backups, snapshots de sistemas.

Família

Archives & Compressed

Extensão

.tar

Tipo MIME

application/x-tar

Pode ser usado como

Entrada Saída
A história

COMO NASCEU O
FORMATO TAR.

TAR stands for "tape archive" and the name is not ironic — when the format was added to Unix Seventh Edition in January 1979, tape drives were how you actually archived files. The format is brilliantly simple: concatenate files end-to-end, each prefixed with a 512-byte header describing the filename, permissions, owner, and size. Streaming-friendly by design: you can pipe a tar through a network socket or a tape without ever seeking.

TAR is still the default archive format on every Unix-like system. It does not compress anything by itself, so in practice you almost always pair it with gzip (.tar.gz / .tgz), bzip2 (.tar.bz2), or xz (.tar.xz). Every Linux distribution release, every Docker image layer, every Rust/Go binary release from GitHub is a tarball.

CURIOSIDADES E
FATOS INTERESSANTES.

01

TAR is literally "tape archive" — designed in 1979 for writing files to reel-to-reel magnetic tape.

02

The format uses 512-byte headers, which is the traditional block size of Unix tape drives.

03

TAR does not compress — "tarballs" combine TAR with gzip (.tar.gz) or xz (.tar.xz) for compression.

04

Docker container images are layers of tar archives stacked on top of each other.

05

A tar file can include symbolic links, device nodes, hard links, and Unix permissions — things ZIP handles poorly.

VANTAGENS E
LIMITAÇÕES.

Vantagens

  • Streamable — you can tar files straight to a network pipe, no seek needed.
  • Preserves Unix permissions, ownership, symbolic links, and timestamps.
  • Universally supported on Unix-like systems.
  • Simple format — the GNU tar source has been stable for decades.
  • No compression overhead — pair with gzip/xz/zstd as needed.

Limitações

  • No built-in compression — plain .tar files are the same size as their contents.
  • No random access — reading one file requires scanning from the start.
  • Windows tooling is second-class — PowerShell only added native tar in 2018.
  • Multiple incompatible header variants (v7, ustar, POSIX, GNU) over the years.

Tamanhos típicos de arquivo

1 MB of source files (uncompressed .tar)

~1 MB

Same files as .tar.gz

150-400 KB

Linux kernel source (.tar.xz)

~120 MB

Especificações técnicas

MIME type
application/x-tar
Extension
.tar
Block size
512 bytes (traditional)
Header variants
v7, ustar, POSIX.1-2001 (pax), GNU
Max filename length
100 bytes (v7); unlimited (pax extended headers)

CONVERTER A PARTIR DE
TAR

Casos de uso comuns

Linux software packages, server backups, file bundling.

Formatos relacionados

Comparativos populares

Conversões populares de TAR

Os destinos mais procurados ao converter arquivos TAR.

Perguntas frequentes sobre TAR

Perguntas frequentes

TAR (TAR Archive) is an archive formato used to bundle multiple arquivos e folders em a single comprimido file. The archive preserves the directory structure e tipicamente reduces total size via compressão. TAR sits no archives & comprimido family e has specific strengths around compressão ratio, speed, ou plataforma support.

7-Zip, WinRAR, The Unarchiver (macOS), e the built-in archive utilities no Windows e macOS abrir most TAR files. para command-line extraction, 7z, unar, ou the formato-specific tool handles TAR cleanly. If your extractor does not recognise TAR, converter to ZIP first — ZIP opens on every operating system sem extra software.

Upload the TAR to KaijuConverter e pick ZIP, 7Z, TAR.GZ, ou RAR como o target. Our pipeline extracts the original archive e re-compresses the contents em the target formato. arquivo permissions, timestamps, e directory structure are preserved where both formatoos support them.

Depends no goal. ZIP is the universal baseline — every OS extracts it out of the box. formatoos like 7Z ou TAR.GZ compress better mas require specific ferramentas. TAR may win on compressão ratio, password support, ou OS integration para specific workflows; ZIP wins on raw compatibilidade.

Usamos cookies e tecnologias similares para personalizar conteúdo e anúncios, e para analisar o tráfego. Mais informações sobre cookies.