Archiving

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Program/App/Applet/Installer specialized archive formats: Added WAD (Wii))
(11 intermediate revisions by 3 users not shown)
Line 37: Line 37:
 
* [[ACE]] (.ace)
 
* [[ACE]] (.ace)
 
* [[afio]]
 
* [[afio]]
 +
* [[AIN]] (.ain)
 
* [[ALZ]] (.alz) (ALZip)
 
* [[ALZ]] (.alz) (ALZip)
 
* [[ARC (compression format)|ARC]] (PC/MS-DOS) (.arc)
 
* [[ARC (compression format)|ARC]] (PC/MS-DOS) (.arc)
Line 50: Line 51:
 
* [[Cabinet]] (.cab)
 
* [[Cabinet]] (.cab)
 
* [[CAR]] (a SAP archive format; also see [[SAR]])
 
* [[CAR]] (a SAP archive format; also see [[SAR]])
 +
* [[CFL]] (Compressed file library) (.cfl)
 +
* [[CMZ (archive format)|CMZ]]
 
* [[Compact File Set]] (.cfs)
 
* [[Compact File Set]] (.cfs)
 
* [[Compact Pro]] (.cpt)
 
* [[Compact Pro]] (.cpt)
 
* [[Disk Archiver]] (.dar)
 
* [[Disk Archiver]] (.dar)
 
* [[DGCA]] (.dgc)
 
* [[DGCA]] (.dgc)
 +
* [[Doom WAD]] (.wad)
 
* [[DWC]] (.dwc)
 
* [[DWC]] (.dwc)
 
* [[EGG (ALZip)]] (.egg)
 
* [[EGG (ALZip)]] (.egg)
Line 61: Line 65:
 
* [[HA]] (.ha)
 
* [[HA]] (.ha)
 
* [[HKI]] (WinHKI) (.hki)
 
* [[HKI]] (WinHKI) (.hki)
 +
* [[Hyper archive]] (.hyp)
 
* [[ICE (ICEOWS)]] (.ice)
 
* [[ICE (ICEOWS)]] (.ice)
 
* [[IMP]] (.imp)
 
* [[IMP]] (.imp)
Line 78: Line 83:
 
* [[PIM]] (.pim)
 
* [[PIM]] (.pim)
 
* [[PMA]] (.pma)
 
* [[PMA]] (.pma)
 +
* [[PUT]] (.put)
 
* [[Quadruple D Archiver]] (.qda)
 
* [[Quadruple D Archiver]] (.qda)
 
* [[Quantum compressed archive]] (.q)
 
* [[Quantum compressed archive]] (.q)
Line 89: Line 95:
 
* [[Softlib]] (Softdisk Publishing) (.slb)
 
* [[Softlib]] (Softdisk Publishing) (.slb)
 
* [[Spark]] (.spk)
 
* [[Spark]] (.spk)
 +
* [[Squeeze It]] (.sqz)
 
* [[SQX]] (.sqx)
 
* [[SQX]] (.sqx)
 
* [[StuffIt]] (.sit)
 
* [[StuffIt]] (.sit)
Line 97: Line 104:
 
* [[xar (Extensible Archive)]] (.xar)
 
* [[xar (Extensible Archive)]] (.xar)
 
* [[XP3]] (.xp3) - used in [[KiriKiri Adventure Game System]]
 
* [[XP3]] (.xp3) - used in [[KiriKiri Adventure Game System]]
 +
* [[XPACK]] (.xpa)
 
* [[Yamazaki zipper archive]] (.yz1) - used in DeepFreezer
 
* [[Yamazaki zipper archive]] (.yz1) - used in DeepFreezer
 
* [[ZIP]] (.zip)
 
* [[ZIP]] (.zip)
Line 131: Line 139:
 
* [[Partimage]]  
 
* [[Partimage]]  
 
* [[ufsdump]]
 
* [[ufsdump]]
 +
* [[Unix dump]]
 
* [[Windows Imaging Format]] (.wim, .swm)
 
* [[Windows Imaging Format]] (.wim, .swm)
  
Line 181: Line 190:
 
* [[RPM]] (RedHat Package Manager)
 
* [[RPM]] (RedHat Package Manager)
 
* [[SIS]] (Symbian)
 
* [[SIS]] (Symbian)
 +
* [[Snap]] [https://docs.snapcraft.io/the-snap-format/698]
 +
* [[WAD (Wii)]]
 
* [[Windows Installer]] (.msi, .msp)
 
* [[Windows Installer]] (.msi, .msp)
 
* [[XAR (Executable Archive)]]
 
* [[XAR (Executable Archive)]]
Line 186: Line 197:
 
== 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 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.)
 
(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.)
 +
* [[COMPACK]] / BUILDSFX
 
* [[SDA]] (Self Dissolving Archive)
 
* [[SDA]] (Self Dissolving Archive)
 
* [[SEA]] (Self-Extracting Archive]
 
* [[SEA]] (Self-Extracting Archive]

Revision as of 12:29, 14 October 2019

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 formats

(encapsulate a system-specific file structure to make it compatible with foreign systems, file transfer protocols, etc.)

For low-level transfer encodings, see Transfer Encodings.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox