par2
all
File verification and repair using PAR 2.0 compatible parity archives (.par2 files).
More info →Examples (4)
Create a parity archive with a set percentage level of redundancy
par2 create -r1..100 -- path/to/fileCreate a parity archive with a chosen number of volume files (in addition to the index file)
par2 create -n1..32768 -- path/to/fileVerify a file with a parity archive
par2 verify -- path/to/file.par2Repair a file with a parity archive
par2 repair -- path/to/file.par2made by @shridhargupta | data from tldr-pages