Applications
Portability
As an archive file stores file system information, including file content and metadata, it can be leveraged for file system content portability across heterogeneous systems. For example, a directory tree can be sent via email, files with unsupported names on the target system can be renamed during extraction, timestamps can be retained rather than lost during data transmission. Also, transfer of a single archive file may be faster than processing multiple files due to per-file overhead, and even faster if compressed.Software distribution
Beyond archiving, archive files are often used for software distribution. When used in connection with a package manager, an archive must conform to a package format and is called a ''package''. In particular, the format usually requires a manifest file. Examples include deb forFeatures
Notable features supported for various archives include: * Concatenate multiple files in a single file * Store file metadata as data, including file name, timestamps, permissions, source storage, notes and description * Compression * Encryption * Error detection via checksums * Error correction code to fix errors * Splitting a large file into multiple, smaller files * File patches/updates (when recording changes since a previous archive) * Self-extraction * Self-installationError detection and recovery
Archive files often include parity checks and other checksums for error detection, for instance zip files use a cyclic redundancy check (CRC). RAR archives may include additional error correction data (called recovery records). Archive files that do not natively support recovery records can use separate parchive (PAR) files that allows for additional error correction and recovery of missing files in a multi-file archive.Format
The format of an archive file is its archive format. Some formats are well-defined and some have become conventions supported by multiple vendors and communities. As is common for all files, the format of an archive is generally indicated by file name extension and/or file header. Commonly used formats include zip, rar, 7z, and tar.See also
* * * * *References
External links
{{Archive formats Computer files Computer archives Computer file systems Disk images Records management