Archiving
(Lossless, for generic data + file archives)
See also: Compression, Error detection and correction
Contents |
Archiving only
(many files => 1 file, no compression attempted)
- AR file format (.a, .lib) -- Unix Archiver (ar) format as used by various compilers/linkers
- ARC (Internet Archive) (.arc)
- BagIt
- cpio (.cpio)
- LBR (.lbr)
- LBR (Commodore) (.lbr)
- Lynx (archiver) (Commodore) (.lnx)
- Mozilla Archive (.mar)
- Tape Archive (.tar)
Compression + archiving
(Multiple files => 1 file, makes it smaller. See Compression for formats that compress single files/streams, and Disk Image Formats for formats that capture the low-level structure of a disk)
- 7z (.7z)
- ACE (.ace)
- ALZ (.alz) (ALZip)
- ARC (.arc)
- ARC (Commodore) (.arc)
- ARC (FreeArc) (.arc)
- ARC (Internet Archive) (gzipped form: .arc.gz)
- ArcFS (RISC OS) (.arc)
- ARJ
- Astrotite (.afa)
- BlakHole (.bh)
- BRU - (RSX-11M backup)
- Cabinet (.cab)
- Compact File Set (.cfs)
- Compact Pro (.cpt)
- Disk Archiver (.dar)
- DGCA (.dgc)
- DWC (.dwc)
- EGG (ALZip) (.egg)
- GCA (.gca)
- Greenleaf ArchiveLib
- HA (.ha)
- HKI (WinHKI) (.hki)
- ICE (.ice)
- IMP (.imp)
- KGB Archiver (.kgb)
- LHA (.lzh, .lha)
- lrzip
- LZX (.lzx)
- NuFX (.bxy)
- PackIt (.pit)
- PAK (.pak)
- PAQ (.pa6, .pa7, .pa8, others)
- PEA (PeaZIP) (.pea)
- PerfectCompress (.uca)
- PIM (.pim)
- PMA (.pma)
- Quadruple D Archiver (.qda)
- RAR (.rar)
- RK (WinRK)
- rzip
- S7z (.s7z)
- Scifer (.sen, .ba, .xml)
- ShrinkIt (.shk)
- Softlib (Softdisk Publishing) (.slb)
- Spark (.spk)
- SQX (.sqx)
- StuffIt (.sit)
- StuffIt X (.sitx)
- UHARC (.uha)
- UltraCompressor II (.uc, .uc0, .uc2, .ucn, .ur2, .ue2)
- WARC (.warc, .warc.gz)
- xar (.xar)
- XP3 (.xp3) - used in KiriKiri Adventure Game System
- Yamazaki zipper archive (.yz1) - used in DeepFreezer
- ZIP (.zip)
- ZOO (.zoo)
- Zzip (.zz)
Diff files
(containing only the parts of a file that have changed, so they can be applied to an existing file to update it; used for update distribution and incremental backups)
Filesystem backup
Formats designed for backing up disks, usually specifically targeted at particular filesystems (but backing it up in the form of file structures, not raw sector images like Disk Image Formats).
- BACKUP (MS-DOS)
- Partimage
- Windows Imaging Format (.wim, .swm)
Institutional archiving
- OAIS (Open Archival Information System, an organization that does archiving)
- Planets Core Registry
- PRONOM
- Submission Information Package
Metadata formats
(see also Bibliographic data)
Miscellaneous
Program/App/Applet specialized archive formats
- APK (Android app)
- Bundle file (Linux)
- Bundle file (OS X)
- IPA (.ipa) => iOS app in archived form; actually in zip format
- Jar (.j, .jar) => this is just a renamed zip file with some mandatory files
- Windows Installer (.msi, .msp)
Self-extracting archives
(in addition, some of the other archivers are able to produce executable files for some platform which include the archived data and a program to extract them, and generally have the file extension normal for executables, such as .exe for DOS/Windows. In many cases, if you rename the extension to the appropriate one for the archive type involved, e.g., .zip, the file will open in the appropriate archiver, which is handy for extracting them on systems not compatible with the original executable.)
- SDA (Self Dissolving Archive)
- SEA (Self-Extracting Archive]
- SFX (Self-Extracting Archive)
- shar (Shell Archive, in Unix-like systems)
Transfer encodings
(convert binaries to printable ASCII for download; encode resource forks or metadata together with file, etc.)
(see also E-Mail, newsgroups, and forums for transfer encodings used in such media)