Archiving

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Compression + archiving)
(Archiving only)
(14 intermediate revisions by 2 users not shown)
Line 17: Line 17:
 
* [[BAR (Age of Mythology)]]
 
* [[BAR (Age of Mythology)]]
 
* [[bar]] (SunOS 4)
 
* [[bar]] (SunOS 4)
 +
* [[CAR (CarComp)]]
 
* [[cpio]] (.cpio)
 
* [[cpio]] (.cpio)
 
* [[FAR (The Sims)]] (.far)
 
* [[FAR (The Sims)]] (.far)
 +
* [[Flash (Micro TECH Systems)]] (.flh)
 
* [[Hamster archive]]
 
* [[Hamster archive]]
 
* [[LBR]] (.lbr)
 
* [[LBR]] (.lbr)
Line 26: Line 28:
 
* [[pax]]
 
* [[pax]]
 
* [[Quake PAK]]
 
* [[Quake PAK]]
 +
* [[SAVF]]
 
* [[SeqBox]] (.sbx)
 
* [[SeqBox]] (.sbx)
 
* [[siva]] (.siva)
 
* [[siva]] (.siva)
Line 32: Line 35:
 
* [[VIV]] (.viv, .big; used in Electronic Arts games)
 
* [[VIV]] (.viv, .big; used in Electronic Arts games)
 
* [[Webarchive (Safari)]]
 
* [[Webarchive (Safari)]]
 +
* [[XMIT]]
  
 
== Compression + archiving ==
 
== Compression + archiving ==
Line 50: Line 54:
 
* [[ARC (Internet Archive)]] (gzipped form: .arc.gz)
 
* [[ARC (Internet Archive)]] (gzipped form: .arc.gz)
 
* [[ArcFS]] (RISC OS) (.arc)
 
* [[ArcFS]] (RISC OS) (.arc)
 +
* [[ArcMac]]
 
* [[ARG]]
 
* [[ARG]]
 
* [[ARJ]]
 
* [[ARJ]]
 
* [[ARX]]
 
* [[ARX]]
 +
* [[ASD Archiver]]
 
* [[Astrotite]] (.afa)
 
* [[Astrotite]] (.afa)
 
* [[B6Z]] (.b6z)
 
* [[B6Z]] (.b6z)
Line 58: Line 64:
 
* [[BlakHole]] (.bh)
 
* [[BlakHole]] (.bh)
 
* [[BRU]] - (RSX-11M backup)
 
* [[BRU]] - (RSX-11M backup)
 +
* [[BSArc and BSA]]
 
* [[Cabinet]] (.cab)
 
* [[Cabinet]] (.cab)
* [[CAR]] (a SAP archive format; also see [[SAR]])
+
* [[CAR (SAP)|CAR]] (a SAP archive format; also see [[SAR]])
 
* [[CAR (MylesHi!)]]
 
* [[CAR (MylesHi!)]]
 
* [[CFL]] (Compressed file library) (.cfl)
 
* [[CFL]] (Compressed file library) (.cfl)
 +
* [[ChiefLZ]] (LZA)
 
* [[CMZ (archive format)|CMZ]]
 
* [[CMZ (archive format)|CMZ]]
 
* [[CODEC (Telvox)]]
 
* [[CODEC (Telvox)]]
Line 124: Line 132:
 
* [[RKIVE]] (.rkv)
 
* [[RKIVE]] (.rkv)
 
* [[S7z]] (.s7z)
 
* [[S7z]] (.s7z)
* [[SAR]] (a SAP archive format; also see [[CAR]])
+
* [[SAR]] (a SAP archive format; also see [[CAR (SAP)|CAR]])
 
* [[SAR (Streamline Design)]]
 
* [[SAR (Streamline Design)]]
 +
* [[SARJ]] (.srj)
 
* [[Scifer]] (.sen, .ba, .xml)
 
* [[Scifer]] (.sen, .ba, .xml)
 
* [[ShrinkIt]] (.shk)
 
* [[ShrinkIt]] (.shk)
Line 175: Line 184:
 
* [[XIP]]
 
* [[XIP]]
 
* [[ZED]]
 
* [[ZED]]
 +
 +
== 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.)
 +
 +
* [[AUTOCHOP]]
 +
* [[LambChop]]
 +
* [[SPLIT (M. Dingacci)]]
 +
 +
Also, the two sorts of [[Horcrux]], [[Horcrux (jesseduffield)]] and [[Horcrux (kndyry)]], are split-and-encrypted files.
  
 
== Filesystem backup and restoration ==
 
== Filesystem backup and restoration ==
Line 232: Line 250:
 
* [[Olive]] (executable virtual-machine archive of software)
 
* [[Olive]] (executable virtual-machine archive of software)
 
* [[Package File (OS X)]] (.pkg)
 
* [[Package File (OS X)]] (.pkg)
 +
* [[PackageForTheWeb]]
 
* [[RPM]] (RedHat Package Manager)
 
* [[RPM]] (RedHat Package Manager)
 
* [[SIS]] (Symbian)
 
* [[SIS]] (Symbian)
Line 253: Line 272:
  
 
== Software ==
 
== Software ==
Some multi-format utilities are listed at [[Conversion Software#Archives]].
+
Creation/extraction/conversion:
 +
* Some multi-format utilities are listed at [[Conversion Software#Archives]].
 +
 
 +
Identification (see also [[File identification software]]):
 +
* [[IDArc]]
  
 
== Transfer formats ==
 
== Transfer formats ==

Revision as of 15:14, 2 January 2021

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

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.

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

Software

Creation/extraction/conversion:

Identification (see also File identification software):

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