Archiving

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (File splitting)
(Program/App/Applet/Installer specialized archive formats)
 
(7 intermediate revisions by 3 users not shown)
Line 108: Line 108:
 
* [[Diamond]]
 
* [[Diamond]]
 
* [[Doom WAD]] (.wad)
 
* [[Doom WAD]] (.wad)
 +
* [[DRY]]
 
* [[DWC]] (.dwc)
 
* [[DWC]] (.dwc)
 
* [[Dzip]] (.dz)
 
* [[Dzip]] (.dz)
Line 204: Line 205:
 
* [[TBAFS]] (RISC OS)
 
* [[TBAFS]] (RISC OS)
 
* [[Tome]]
 
* [[Tome]]
 +
* [[TPK (compressed archive)|TPK]]
 
* [[TSComp]]
 
* [[TSComp]]
 
* [[UFA]]
 
* [[UFA]]
Line 265: Line 267:
  
 
== Encrypted or cryptographically signed archives ==
 
== Encrypted or cryptographically signed archives ==
 +
* [[DataSAFE]] (.saf, .lbx)
 
* [[SDN (SDN Project)]]
 
* [[SDN (SDN Project)]]
 
* [[XIP]]
 
* [[XIP]]
Line 331: Line 334:
 
* [[Cross-Platform Installer Module]]
 
* [[Cross-Platform Installer Module]]
 
* [[deb]] (Debian package)
 
* [[deb]] (Debian package)
 +
* [[EA archive]]
 
* [[Eschalon Setup archive]] (.arv)
 
* [[Eschalon Setup archive]] (.arv)
 
* [[FIZ]]
 
* [[FIZ]]
Line 337: Line 341:
 
* [[IPS manifest|Image Packaging System (IPS) manifest]] (.p5m)
 
* [[IPS manifest|Image Packaging System (IPS) manifest]] (.p5m)
 
* [[Inno Setup self-extracting archive]]
 
* [[Inno Setup self-extracting archive]]
 +
* [[Installer VISE]]
 
* [[InstallShield]]
 
* [[InstallShield]]
 
** [[InstallShield archive (IBT)]]
 
** [[InstallShield archive (IBT)]]
 
** [[InstallShield CAB]]
 
** [[InstallShield CAB]]
 
** [[InstallShield installer archive]]
 
** [[InstallShield installer archive]]
 +
** [[InstallShield PKG]]
 
** [[InstallShield Self-Extracting EXE]]
 
** [[InstallShield Self-Extracting EXE]]
 
** [[InstallShield Z]]
 
** [[InstallShield Z]]
Line 362: Line 368:
 
* [[QIP (Quarterdeck)]]
 
* [[QIP (Quarterdeck)]]
 
* [[RED (Knowledge Dynamics)]]
 
* [[RED (Knowledge Dynamics)]]
* [[RPM]] (RedHat Package Manager)
+
* [[RPM]] (formerly known as RedHat Package Manager, nowadays RPM Package Manager)<ref>[[wikipedia:RPM_Package_Manager|RPM Package Manager - Wikipedia]]</ref>
 
* [[Setup Factory]] (Indigo Rose Software)
 
* [[Setup Factory]] (Indigo Rose Software)
 
* [[SIS]] (Symbian)
 
* [[SIS]] (Symbian)
Line 376: Line 382:
 
* [[Wise installer package]]
 
* [[Wise installer package]]
 
* [[XAR (Executable Archive)]]
 
* [[XAR (Executable Archive)]]
 +
* [[XP3]] (KiriKiri Adventure Game System)
 
* [[Z/Install]]
 
* [[Z/Install]]
 
* [[ZSoft ZPK2]]
 
* [[ZSoft ZPK2]]
Line 428: Line 435:
 
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg13094.html Discussion of proposed top-level MIME type for 'archive']
 
* [http://www.ietf.org/mail-archive/web/apps-discuss/current/msg13094.html Discussion of proposed top-level MIME type for 'archive']
 
* [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]
 
* [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]
 +
 +
== References ==
 +
<references/>

Latest revision as of 14:20, 30 August 2025

File Format
Name Archiving
Ontology

{{{caption}}}

(Lossless, for generic data + file archives)

Contents

[edit] Archiving only

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

[edit] Text-based

[edit] 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)

[edit] 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.

[edit] Versioning files

(contains multiple versions of files, often just saving the differences to save space)

(often a filesystem-level capability, such as ZFS and Btrfs snapshots and Windows Shadow Copy)

See also Revision control systems / code repositories

[edit] Encrypted or cryptographically signed archives

[edit] File splitting

(1 file => multiple files. Most file splitting utilities just produce raw file fragments, and don't have a native file format. But some use a container format, and some create a separate "control" file for metadata.)

Also, the two sorts of Horcrux, Horcrux (jesseduffield) and Horcrux (kndyry), are split-and-encrypted files.

[edit] 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).

See also Backup.

[edit] Fake archiving

Beware of these; they purport to be archivers but aren't really; you might lose any data you entrust to them. Could be somebody's idea of humor or malware.

[edit] Institutional archiving

[edit] Metadata formats

(see also Metadata, Bibliographic data)

[edit] Program/App/Applet/Installer specialized archive formats

[edit] 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.)

[edit] Software

Refer to Compression and archiving software.

[edit] 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.

[edit] Uncategorized

[edit] See also

[edit] Links

[edit] References

  1. RPM Package Manager - Wikipedia
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox