This program takes a set of files and generates a redundant file using the Exclusive OR bit operation. Later, if any of the original files happens to be lost or damaged, we can use the redundant file as a wildcard and regenerate the lost file again. This process is similar to what RAID-5 does to protect data on disk arrays. The primary purpose of this tool is to protect author's photo archive stored on a set of DVDs (which are not 100% reliable), but the program use is actually universal.
2 lines
78 B
Text
2 lines
78 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2010/12/31 13:40:42 crocusino Exp $
|
|
bin/eor
|