Archiving

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Compression + archiving)
(I think the InstallShield files belong in the section for apps/installers?)
Line 53: Line 53:
 
* [[ICE]] (.ice)
 
* [[ICE]] (.ice)
 
* [[IMP]] (.imp)
 
* [[IMP]] (.imp)
* [[InstallShield CAB]]
 
* [[InstallShield Z]]
 
 
* [[JAR (ARJ Software)]] (.j)
 
* [[JAR (ARJ Software)]] (.j)
 
* [[KGB Archiver]] (.kgb)
 
* [[KGB Archiver]] (.kgb)
Line 127: Line 125:
 
* [[Cache Directory Tagging Standard]]
 
* [[Cache Directory Tagging Standard]]
  
== Program/App/Applet specialized archive formats ==
+
== Program/App/Applet/Installer specialized archive formats ==
 
* [[APK]] (Android app)
 
* [[APK]] (Android app)
 
* [[Bundle file (Linux)]]
 
* [[Bundle file (Linux)]]
 
* [[Bundle file (OS X)]]
 
* [[Bundle file (OS X)]]
 
* [[deb]] (Debian package)
 
* [[deb]] (Debian package)
 +
* [[InstallShield CAB]]
 +
* [[InstallShield Z]]
 
* [[IPA]] (.ipa) => iOS app in archived form; actually in zip format
 
* [[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
 
* [[Jar]] (.j, .jar) (Java) => this is just a renamed zip file with some mandatory files
 +
* [[Meta-Package File]] (.mpkg) (Mac OS X)
 
* [[NSIS]] (Nullsoft Scriptable Install System)
 
* [[NSIS]] (Nullsoft Scriptable Install System)
 
* [[RPM]] (RedHat Package Manager)
 
* [[RPM]] (RedHat Package Manager)

Revision as of 12:53, 16 August 2014

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)

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

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 E-Mail, newsgroups, and forums for transfer encodings used in such media)

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox