Parchive

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Add identification for par2.)
(Contents have been relocated to Parity Volume Set page.)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
{{FormatInfo
+
#REDIRECT [[Parity Volume Set]]
|formattype=electronic
+
|subcat=Miscellaneous File Formats
+
|extensions={{ext|par}}, {{ext|par2}}
+
|released=2001<ref>[https://sourceforge.net/projects/parchive/files/OldFiles/ parchive Files - SourceForge.net]</ref>
+
}}
+
'''Parchive''' (or Parity archive) is redundant file format, which provides a way to apply data-recovery capability concepts of RAID-like systems, via Reed-Solomon code to the posting and recovery of files. Historically, these were multi-part archives that was distributed in Usenet (a.k.a., "network news"), but can still be used in prevention of complete data loss during transit or storage. Parchive is like RAID for files instead of a whole file system.
+
 
+
The technology is based on a 'Reed-Solomon Code' implementation that allows for recovery of any 'X' real data-blocks for 'X' parity data-blocks present. (Data-blocks referring to files OR much smaller virtual slices of files).<ref>[https://parchive.sourceforge.net/ Parchive: Parity Archive Tool - SourceForge.net]</ref>
+
 
+
== Identification ==
+
A <code>PAR2</code> file begins with bytes {{magic|50 41 52 32 00 50 4b 54}}
+
 
+
== Examples ==
+
Create uniformed recovery file sizes with 100% redundancy for example.dwarfs
+
  par2 create -u -r100 example.dwarfs
+
 
+
== Software ==
+
* Windows
+
** [http://www.quickpar.org.uk/index.htm QuickPar]
+
** [https://github.com/Yutaka-Sawada/MultiPar MultiPar]
+
* Mac
+
** [https://gp.home.xs4all.nl/Site/MacPAR_deLuxe.html MacPAR deLuxe]
+
* Linux
+
** [https://pypar2.fingelrest.net/ PyPar2]
+
** [https://github.com/Parchive/par2cmdline par2cmdline]
+
 
+
== Links ==
+
* [[Wikipedia:Parchive|Wikipedia page]]
+
* [https://parchive.github.io/ Parchive project page on GitHub]
+
* [https://parchive.sourceforge.net/ Parchive project page on SourceForge.net (Legacy)]
+
 
+
== References ==
+
<references/>
+

Latest revision as of 08:59, 8 August 2025

  1. REDIRECT Parity Volume Set
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox