I'm thinking about building a machine to act as a backup server. I have a bunch of static files I want to backup.
Of course, making a second copy is good... but what if the media starts to fail? E.g., a sector goes bad, I get a case of "bit rot", the media is scratched, etc?
So my thought was, short of making multiple redundant copies (which is too expensive), why not go "half way" and use something like parchive/par/par2 to add parity information to the data?
Just wondering if anyone else does anything like this, or has any other suggestions.
My goal is to protect against partial failures in the backup media. Say I have a collection of 10 files. And part of the disk (or whatever media) goes bad. I'd like to store some extra information with those 10 files to be able to recover all 10 files, even if the degraded media effectively deletes a couple files.
Thoughts?
Thanks!




