40GB is less than 10 DVDs worth of data. (less than 5 for dual-layer). With a little bit of up-front hardware cost, you can back up your collection, and take it off-site.

What you're discussing isn't quite as important with modern hard drives -- they're much better about checking for bad sectors, and the mean time between failures is much longer than the days of ~40MB disks. If you really wanted redundancy, you'd also want to deal with the failure of the disk controller, not just individual sectors, which would require moving to a RAID solution (or at the very least, mirroring your changes to another disk)

So, to answer your questions:

(yes, I know you can't rebuild the data from a CRC, but it would give enough to sense if something's gone wrong)


In reply to Re: (OT) Redundant Backup by jhourcle
in thread (OT) Redundant Backup by fundflow

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.