SilentBleppassin: Another factor you do not count is deadly and random, the non-zero chance of your PC silently ruining a game because no ECC RAM (error correction). This is not widely known. Typical customer PCs are not enterprise-grade and the industry considers the chance of corruption being acceptable for non-enterprise users (I don't agree with that), as such you must do it at least twice or three times to make sure everything is alright, wasting a huge amount of time.
This begs the question - how many times have you encountered a problem that could positively be linked with lack of memory correction? The only time I ever encountered memory issues was in setting up and overclocking my system (and memory) where the whole point is to increase frequency until you hit problems (failing a Prime95 torture test in my case) then roll back (or in my case, increase voltage) until those problems vanish and you can run a several-hour torture test without problems.
Even if a bit-flip happens, the likelihood that it (a) occurs in an active piece of code or variable is small and (b) gets written to non-volatile storage is smaller. Consider your typical Windows application - if bit-flips were frequent you would see visible effects like buttons being pressed at random, text within windows changing and graphics becoming corrupted.
There may be situations where paying extra for ECC (plus a motherboard/chipset that can use it) is worth the extra re-assurance it provides, but for the vast majority of users, driver failure, hardware failure and program bugs are a far greater concern (see
Superuser: How come bit flips aren't destroying my computer?).
SilentBleppassin: ...I preserve the 15TB unchanged on 2 enterprise-grade HDDs (the main plus a copy) with ECC RAM,
Well, with that much data there
is a type of bit-flipping to worry about - hard disk bit-changes that slip past their checksum (which used to be CRC but is now
apparently Reed-Solomon codes).
Enterprise disk drives are supposed to encounter 1 uncorrected bit read error every 10^16 bits - consumer disk drives 1 uncorrected error every 10^14 bits (
Wikipedia source). Once you have a terabyte of data (8 x 10^12 bits), you are looking at about an 8% chance of an undetected (and uncorrected) error in your backup on a consumer drive, based on those specifications. A single "flipped bit" is unlikely to break a picture, video or audio file but will scupper an installer or any other executable file (see
ServerFault: Is bit rot on hard drives a real problem? What can be done about it? for some useful discussion).
For large amounts (1TB+) of data, extra protection may be worthwhile by taking a hash (fingerprint) of files before backing them up, checking the hash on the copy (if you use a copy program that doesn't check the copied data) and when updating (or making a new copy) verify those hashes by:
(a) renaming them (e.g. by adding an
-old suffix);
(b) generating a new set of hashes;
(c) comparing the new set with the old using a file comparison program (expect changes due to additions, deletions and updates - but anything that can't be explained could be a good reason to retrieve that file from your last backup instead).
Hash Check is a small, simple program that integrates with Windows Explorer so you can create and verify hashes via the right-click menu (an updated version with a larger choice of fingerprint algorithms can be found at
GitHub). I'd suggest using MD5 for this - ignore the recent claims of it being "broken" or "insecure" since you are using it to detect random data corruption rather than deliberate file impersonation.
I however have found the fingerprint generation/verification options in
Total Commander (an alternative file manager) to be rather faster - the fingerprint files it generates are compatible with Hash Check and vice versa. TC has a file (and folder) comparison tool also.
SilentBleppassin: To choose a game makes me lost every time. Everybody with small collections, you are lucky in my opinion, so much easier to deal with..
Bleh...the number of times I've looked at the looong list of games in my Start Menu and decided to fire up Solitaire or Minesweeper instead...