Archiving

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Post-move cleanup)
m (Compression + archiving)
(176 intermediate revisions by 6 users not shown)
Line 2: Line 2:
 
|formattype=electronic
 
|formattype=electronic
 
|thiscat=Archiving
 
|thiscat=Archiving
 +
|image=Magazine-files.jpg
 
}}
 
}}
  
 
(Lossless, for generic data + file archives)
 
(Lossless, for generic data + file archives)
 +
 +
See also: [[Compression]], [[Error detection and correction]]
  
 
== Archiving only ==
 
== Archiving only ==
Line 12: Line 15:
 
* [[ARC (Internet Archive)]] (.arc)
 
* [[ARC (Internet Archive)]] (.arc)
 
* [[BagIt]]
 
* [[BagIt]]
* [[BinHex]] (.hqx)
+
* [[BAR (Age of Mythology)]]
* [[CPIO]] (.cpio)
+
* [[bar]] (SunOS 4)
 +
* [[cpio]] (.cpio)
 +
* [[Hamster archive]]
 
* [[LBR]] (.lbr)
 
* [[LBR]] (.lbr)
 +
* [[LBR (Commodore)]] (.lbr)
 +
* [[Lynx archive]] (Commodore) (.lnx)
 +
* [[Mozilla Archive]] (.mar)
 +
* [[pax]]
 +
* [[SeqBox]] (.sbx)
 
* [[Tape Archive]] (.tar)
 
* [[Tape Archive]] (.tar)
 +
* [[VIV]] (.viv, .big; used in Electronic Arts games)
 +
* [[Webarchive (Safari)]]
  
 
== Compression + archiving ==
 
== Compression + archiving ==
(Multiple files => 1 file, makes it smaller)
+
(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)
  
 +
* [[4Q]] (.4q)
 
* [[7z]] (.7z)
 
* [[7z]] (.7z)
 
* [[ACE]] (.ace)
 
* [[ACE]] (.ace)
* [[ARC (compression format)|ARC]] (.arc)
+
* [[afio]]
 +
* [[ALZ]] (.alz) (ALZip)
 +
* [[ARC (compression format)|ARC]] (PC/MS-DOS) (.arc)
 +
* [[ARC (Commodore)]] (.arc)
 
* [[ARC (FreeArc)]] (.arc)
 
* [[ARC (FreeArc)]] (.arc)
* [[ARC (Web archiving)]] (.arc.gz) See [[ARC (Internet Archive)]]
+
* [[ARC (Internet Archive)]] (gzipped form: .arc.gz)
* [[Apple Disk Image]]
+
* [[ArcFS]] (RISC OS) (.arc)
* [[ARJ]]  
+
* [[ARJ]]
 +
* [[Astrotite]] (.afa)
 +
* [[B6Z]] (.b6z)
 +
* [[BlakHole]] (.bh)
 
* [[BRU]] - (RSX-11M backup)
 
* [[BRU]] - (RSX-11M backup)
 
* [[Cabinet]] (.cab)
 
* [[Cabinet]] (.cab)
 +
* [[CAR]] (a SAP archive format; also see [[SAR]])
 +
* [[Compact File Set]] (.cfs)
 +
* [[Compact Pro]] (.cpt)
 +
* [[Disk Archiver]] (.dar)
 +
* [[DGCA]] (.dgc)
 
* [[DWC]] (.dwc)
 
* [[DWC]] (.dwc)
 +
* [[EGG (ALZip)]] (.egg)
 +
* [[GCA]] (.gca)
 +
* [[Greenleaf ArchiveLib]]
 +
* [[HA]] (.ha)
 +
* [[HKI]] (WinHKI) (.hki)
 +
* [[ICE (ICEOWS)]] (.ice)
 
* [[IMP]] (.imp)
 
* [[IMP]] (.imp)
* [[Jar]] (.j, .jar) => this is just a renamed zip file with some mandatory files
+
* [[JAR (ARJ Software)]] (.j)
* [[LHAv]] (.lzh, .lha)
+
* [[KGB Archiver]] (.kgb)
 +
* [[LHA]] (.lzh, .lha)
 +
* [[LZX]] (.lzx)
 +
* [[MAFF]] (Mozilla web archive; uses ZIP for compression)
 +
* [[NuFX]] (.bxy)
 +
* [[packARC]] (.pja)
 +
* [[Packdir]] (RISC OS)
 +
* [[PackIt]] (.pit)
 +
* [[PAK]] (.pak)
 +
* [[PAQ]] (.pa6, .pa7, .pa8, others)
 +
* [[PEA]] (PeaZIP) (.pea)
 +
* [[PerfectCompress]] (.uca)
 +
* [[PIM]] (.pim)
 
* [[PMA]] (.pma)
 
* [[PMA]] (.pma)
 +
* [[Quadruple D Archiver]] (.qda)
 +
* [[Quantum compressed archive]] (.q)
 
* [[RAR]] (.rar)
 
* [[RAR]] (.rar)
* [[Softlib]] (Softdisk Publishing)
+
* [[RARC (Nintendo)]]
 +
* [[RK]] (WinRK)
 +
* [[S7z]] (.s7z)
 +
* [[SAR]] (a SAP archive format; also see [[CAR]])
 +
* [[Scifer]] (.sen, .ba, .xml)
 +
* [[ShrinkIt]] (.shk)
 +
* [[Softlib]] (Softdisk Publishing) (.slb)
 
* [[Spark]] (.spk)
 
* [[Spark]] (.spk)
* [[Stuffit]] (.sit)
+
* [[SQX]] (.sqx)
* [[Stuffit X]] (.sitx)
+
* [[StuffIt]] (.sit)
 +
* [[StuffIt X]] (.sitx)
 +
* [[UHARC]] (.uha)
 +
* [[UltraCompressor II]] (.uc, .uc0, .uc2, .ucn, .ur2, .ue2)
 
* [[WARC]] (.warc, .warc.gz)
 
* [[WARC]] (.warc, .warc.gz)
 +
* [[xar]] (.xar)
 +
* [[XP3]] (.xp3) - used in [[KiriKiri Adventure Game System]]
 +
* [[Yamazaki zipper archive]] (.yz1) - used in DeepFreezer
 
* [[ZIP]] (.zip)
 
* [[ZIP]] (.zip)
 +
* [[Zipx]] (.zipx)
 
* [[ZOO]] (.zoo)
 
* [[ZOO]] (.zoo)
 +
* [[ZPAQ]]
 +
* [[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)
 +
* [[binpatch (Jaap Korthals Altes)]]
 +
* [[bsdiff]]
 +
* [[Courgette]]
 +
* [[diff]]
 +
* [[FidoNet nodediff]]
 +
* [[GDIFF]]
 +
* [[IPS (binary patch format)]]
 +
* [[JSON Patch]]
 +
* [[RTPatch]]
 +
* [[Unified diff]]
 +
* [[UPS (binary patch format)]]
 +
* [[VCDIFF]]
 +
 +
See also [[Wikipedia:Data differencing]].
 +
 +
== Encrypted or cryptographically signed archives ==
 +
* [[XIP]]
 +
* [[ZED]]
 +
 +
== Filesystem backup and restoration ==
 +
Formats designed for backing up disks, usually specifically targeted at particular [[filesystem]]s (but backing it up in the form of file structures, not raw sector images like [[Disk Image Formats]]).
 +
* [[BACKUP (MS-DOS)]]
 +
* [[BlockHashLoc]]
 +
* [[Partimage]]
 +
* [[ufsdump]]
 +
* [[Windows Imaging Format]] (.wim, .swm)
 +
 +
== Institutional archiving ==
 +
* [[ARK]] (identifier for archived documents)
 +
* [[OAIS]] (Open Archival Information System, an organization that does archiving)
 +
* [[Planets Core Registry]]
 +
* [[PRONOM]]
 +
** [[PUID]]
 +
* [[SIRF]] (Self-Contained Information Retention Format)
 +
* [[Submission Information Package]]
 +
* [[UPF]] (Universal Preservation Format)
 +
 +
== Metadata formats ==
 +
* [[Archive Team hostname file]]
 +
* [[CDX]] (associated with web archives)
 +
* [[DFDL]] (Data Format Description Language) - a file format for describing file formats
 +
* [[Internet Archive metadata]]
 +
* [[mtree]]
 +
* [[Portland Common Data Model]]
 +
* [[TOSEC Naming Convention]]
 +
* [[Web Archive Metadata File]] (metadata for [[WARC]])
 +
 +
(see also [[Metadata]], [[Bibliographic data]])
 +
 +
== Miscellaneous ==
 +
* [[7-Zip]]
 +
* [[Cache Directory Tagging Standard]]
 +
 +
== Program/App/Applet/Installer specialized archive formats ==
 +
* [[APK]] (Android app)
 +
* [[Bento]] (1990s Apple cross-platform compound content format)
 +
* [[Bundle file (Linux)]]
 +
* [[Bundle file (OS X)]]
 +
* [[Cabal]]
 +
* [[Cross-Platform Installer Module]]
 +
* [[deb]] (Debian package)
 +
* [[GEOS Convert]] (.cvt)
 +
* [[IPS archive|Image Packaging System (IPS) archive]] (.p5p)
 +
* [[IPS manifest|Image Packaging System (IPS) manifest]] (.p5m)
 +
* [[Inno Setup self-extracting archive]]
 +
* [[InstallShield CAB]]
 +
* [[InstallShield installer archive]]
 +
* [[InstallShield Z]]
 +
* [[IPA]] (.ipa) => iOS app in archived form; actually in zip format
 +
* [[Jar]] (.j, .jar) (Java) => this is just a renamed zip file with some mandatory files
 +
* [[Meta-Package File]] (.mpkg) (Mac OS X)
 +
* [[Microsoft Update Standalone Package]]
 +
* [[NSIS]] (Nullsoft Scriptable Install System)
 +
* [[Olive]] (executable virtual-machine archive of software)
 +
* [[Package File (OS X)]] (.pkg)
 +
* [[RPM]] (RedHat Package Manager)
 +
* [[SIS]] (Symbian)
 +
* [[TI variable file]]
 +
* [[Windows Installer]] (.msi, .msp)
  
 
== Self-extracting archives ==
 
== 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 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)
 
* [[SDA]] (Self Dissolving Archive)
 
* [[SEA]] (Self-Extracting Archive]
 
* [[SEA]] (Self-Extracting Archive]
 +
* [[Self-extracting ZIP]]
 
* [[SFX]] (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.)
 +
* [[Ascii85]]
 +
* [[Binary II]] (.bny) (for Apple II series) (often [[squeeze]]d as .bqy)
 +
* [[BinHex]] (.hqx)
 +
* [[MacBinary]]
  
== Uncategorized ==
+
See also the main article, [[Transfer Encodings]].
  
* [[7zX]] [[s7z]]
+
== Links ==
* [[9CDR]] - [[Amiga FileImploder Clone]]
+
* [http://www.coredumps.de/doc/dump/zwicky/testdump.doc.html Torture-testing Backup and Archive Programs: Things You Ought to Know But Probably Would Rather Not]
* [[AFA]] [[afa]]
+
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg13094.html Discussion of proposed top-level MIME type for 'archive']
* [[ALZip]] [[alz]]
+
* [http://blogs.loc.gov/digitalpreservation/2014/02/what-do-you-mean-by-archive-genres-of-usage-for-digital-preservers/ What Do you Mean by Archive? Genres of Usage for Digital Preservers]
* [[APX]] [[apx]]
+
* [[ARCFS]] - [[ArcFS ArchivePacker]]
+
* [[ArchiveLib]] [[GreenLeaf]]
+
* [[bh]] - [[BlakHole]]
+
* [[cfs]] - [[Compact File Set]]
+
* [[cpt]] - [[Compact Pro]]
+
* [[CRN]] [[crn]] - compressed text files used for PC-Write manual
+
* [[DGCA]] [[dgc]]
+
* [[dar]] - [[Disk Archiver]]
+
* [[dd]] - [[DiskDoubler]]
+
* [[DMS]] [[dms]] -  Amiga Disk Masher compressed file
+
* [[DUPA]]- [[Amiga FileImploder Clone]]
+
* [[ecc]] - [[DVDisaster Error Correction File]]
+
* [[FIMP]] - [[Amiga FileImploder]]
+
* [[F]] - [[Freeze/Melt]]
+
* [[GCA]] [[gca]]
+
* [[HA]] [[ha]]
+
* [[z]] - [[Huffman Encoding]]
+
* [[ICE]] [[ice]]
+
* [[IFHC]] - [[Amiga FileImploder Clone]]
+
* [[IMP]] - [[Amiga FileImploder]]
+
* [[Inflate]] [[infl]]
+
* [[JCalG1 DataPacker]] (.jc, Commodore Amiga)
+
* [[kgb]] - [[KGB Archiver]]
+
* [[xp3]] - [[KiriKiri]]
+
* [[LZX]] [[lzx]]
+
* [[LNX]] [[lnx]] - [[Lynx archive]], used on Commodore 64
+
* [[mar]] - [[Mozilla Archive]]
+
* [[??_]] - [[MS-DOS Compression]]
+
* [[pit]] - [[PackIt]]
+
* [[PAK]] [[pak]]
+
* [[PAQ]] [[paq6]] [[paq7]] [[paq8]]
+
* [[par]] [[par2]] - [[Parchive File]]
+
* [[partimg]] - [[PartImage]]
+
* [[pea]] - [[PeaZip]]
+
* [[uca]] - [[PerfectCompress]]
+
* [[PIM]] [[pim]]
+
* [[qda]] - [[Quadruple D]]
+
* [[RK]] [[rk]]
+
* [[RZIP]] [[rzip]]
+
* [[ba]] - [[SCIFER]]
+
* [[sen]] - [[Scifer]]
+
* [[sfArk]] [[sfark]]
+
* [[shar]] - [[Shell Archive]]
+
* [[SQX]] [[sqx]]
+
* [[uha]] - [[UHarc]]
+
* [[uc]], [[uc0]], [[uc2]], [[ucn]], [[ur2]], [[ue2]] - [[UltraCompressor II]]
+
* [[ar]] - [[Unix Archiver]]
+
* [[wim]] [[Windows Image]]
+
* [[hki]] - [[WinHKI]]
+
* [[rk]] - [[WinRK]]
+
* [[XAR]] [[xar]]
+
* [[YZ1]] [[yz1]]
+
* [[zz]] - [[Zzip]]
+

Revision as of 17:18, 25 February 2018

File Format
Name Archiving
Ontology

{{{caption}}}

(Lossless, for generic data + file archives)

See also: Compression, Error detection and correction

Contents

Archiving only

(many files => 1 file, no compression attempted)

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)

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)

See also Wikipedia:Data differencing.

Encrypted or cryptographically signed archives

Filesystem backup and restoration

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).

Institutional archiving

Metadata formats

(see also Metadata, Bibliographic data)

Miscellaneous

Program/App/Applet/Installer specialized archive formats

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.)

Transfer encodings

(convert binaries to printable ASCII for download; encode resource forks or metadata together with file, etc.)

See also the main article, Transfer Encodings.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox