.DAR

DAR File

DAR Disk Archive
Ask a question
QUICK ANSWER

A DAR file is a Disk ARchive - a backup archive created by the open-source dar tool on Linux and other Unix systems. Open it with the dar command-line tool (dar -x archive_name) or the DarGUI front end. On Windows, use WSL2 with Ubuntu.

Developer: Denis Corbin (original author); community-maintained open source Category: Compressed Files Open standard MIME: application/x-dar
OPENS ON Windows macOS Linux
Related: .RAR · .ZIP · .Z01 · .7Z

On this page

19k+ extensions indexed
Last reviewed Aug 22, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the DAR file format?

.dar is a Unix and Linux backup archive format designed as a modern replacement for GNU tar. Unlike tar, which was built for sequential tape access, .dar archives support random access to individual files through an end-of-archive catalogue - so you can extract a single file without reading the entire archive.

The format offers several capabilities that tar lacks: per-file compression (each file can use a different algorithm - gzip, bzip2, lzo, xz, zstd, or lz4 - selectable by filename pattern), differential and incremental backups with tracking of deleted files across backup series, built-in encryption (AES-256, Blowfish, Twofish, Camellia, or OpenPGP), configurable file slicing to spread large archives across multiple volumes, and per-file CRC integrity checking.

An archive consists of one or more slice files. Each slice begins with a 16-byte header (magic identifier, slice name, flags). Content is stored sequentially within slices; the catalogue (table of contents) is written at the end of the final slice to enable fast random-access extraction. All multi-byte integers are stored big-endian.

.dar archives are not compatible with tar or ZIP. The primary tools are the dar command-line program and the libdar shared library. A Python automation wrapper, dar-backup (GitHub: per2jensen/dar-backup), supports long-term archival rotation workflows. The format has been actively maintained since 2002; the current release series is dar 2.7.x.

Security & safety

RISK: LOW

DAR is a backup archive format; contents are as safe as the files archived. If the archive is encrypted (DAR supports AES-256, OpenPGP), you need the passphrase/key to extract. Always verify integrity with 'dar -t' before trusting a backup. Archives from unknown sources should be extracted to an isolated directory and scanned.

Format details

in a nutshell
FULL NAMEDAR Disk Archiveaka Disk ARchive, DAR archive
DEVELOPERDenis Corbin (original author); community-maintained open sourcesince 2002 (first release)
MIME TYPEapplication/x-dar
TYPEbinary archive/backup format with slicing, compression, encryption
STANDARDOpen · royalty-free
This extension is also used by…
  • Disk ARchive (Substance DAR) - DAR is also used by the Substance framework (substance/dar on GitHub) as 'Reproducible Document Archive' - a different ZIP-based format for structured documents; unrelated to disk backups.

Programs that open DAR files

Windows1 app
dar (via WSL or Cygwin) Open-source Install WSL2 with Ubuntu, then: sudo apt install dar. Use dar commands inside WSL terminal.
macOS1 app
dar (via Homebrew) Open-source brew install dar, then use identical command-line syntax as Linux.
Linux3 apps
dar (command-line) Open-source Extract: dar -x archive_basename (omit slice number suffix). List: dar -l archive_basename. Test: dar -t archive_basename.
DarGUI Open-source Qt-based GUI for dar; open archive via File > Open, browse contents, extract selected files.
dar-backup Open-source Python wrapper for automated long-term dar backup schedules; manages full/differential backup series.

Technical details

deep spec
Container typeProprietary slice-based binary archive (DAR format)
Byte orderBig-endian (all multi-byte format integers)
Per-file compressionSelectable per file or by filename pattern: gzip, bzip2, lzo, xz/lzma, zstd, lz4, or none
EncryptionAES-256, Blowfish, Twofish, Camellia, Serpent (symmetric); OpenPGP asymmetric signing also supported
File slicingArchive splits into configurable-size slice files; each slice has a 16-byte header (magic, name, flags)
Catalogue locationEnd of final slice; enables random-access extraction of individual files without reading the whole archive
Backup modesFull, differential, and incremental; deleted-file tracking maintained across backup series
Integrity checkingVariable-length CRC per file data; archive structure also protected by CRC
Format versionVersioned (dar5, darK06 etc.); dar 2.7.x is backwards-compatible with archives created by dar 2.4+
Primary interfacedar command-line tool and libdar shared library
MIME typeapplication/x-dar
Associated OSLinux, macOS, FreeBSD, other POSIX systems; Windows via WSL or Cygwin
Released2002 (first release)
Latest versionDAR 2.7.x (2023-2024; actively maintained)
Open standardYes · royalty-free
Specificationdarbinding.sourceforge.net

DAR conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with DAR files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about DAR files.

Frequently asked questions

How do I open a DAR file on Linux?
Install dar (apt install dar / dnf install dar) then run: dar -x archive_name (without the slice number suffix like .1.dar). Use dar -l to list contents.
How do I open a DAR file on Windows?
Use WSL2 (Windows Subsystem for Linux): install Ubuntu from the Microsoft Store, run 'sudo apt install dar', then use dar commands inside WSL.
Can 7-Zip open DAR files?
No - DAR format is not supported by 7-Zip or WinRAR. You need the dar tool.
What is the difference between DAR and TAR?
DAR stores a catalogue at the end for random file access, supports per-file compression, built-in encryption, file slicing, and differential backups with deleted-file tracking. TAR was designed for sequential tape access and lacks these features natively.
What are the .1.dar, .2.dar files?
DAR slices - when a DAR archive is split across multiple files, each gets a numbered suffix. Pass the base name (without the number) to dar commands; it reads all slices automatically.
Is KDar still available?
KDar is a KDE 3-era GUI discontinued around 2006. Use DarGUI (sourceforge.net/projects/dargui) as a modern alternative.

References

1Wikipedia - Dar (disk archiver)en.wikipedia.org
2DAR official documentation - dar.linux.free.frdar.linux.free.fr

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.NOMEDIAAndroid No-Media Marker File
6.PARTPartial Download File
7.RPMSGRestricted Permission Message
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.DBSQLite Database File

Related extensions

.RARRAR Archive (Roshal ARchive)
.ZIPZIP Archive
.Z01Split ZIP Archive - First Part
.7Z7-Zip Archive
.001Split / multi-volume archive - first part (.001)
.ZIRenamed / Truncated ZIP Archive

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z