| thecoalman |
01-05-2015 06:17 AM |
The single biggest reason for data loss on personal computers is drive failure, the easiest way to prevent that is with 2 drives in RAID1 configuration. RAID1 utilizes two drives to mirror each other, in sense it's instant backup. If one drive fails you still have the other one, pop a new drive in and it will rebuilt from the healthy one. On my system I have a SSD for the OS and applications. Drive D is two drives in RAID1 configuraton and for convenience I've moved all of windows personal folders like "My Documents" to that drive.
While that will prevent the most common reason for data failure it's not 100%. Of course there is a slim chance that both drives could be damaged simultaneously. You will want another drive as backup to that.
It also will not prevent data corruption and this is often overlooked. Suppose you are writing your life's story in Word and you have hundreds of pages. You walk away from the computer and Jr. deletes 300 pages in the middle and you don't realize it. You save your work and couple of days later you do your backup routine overwriting your backed up file with the new one.... bye bye 300 pages. It's important to incorporate versioning in your backups.
Last but not least don't forget about catastrophic loss, take it from someone that had a house fire and watched that fire slowly creeping towards his computer room it's not a very good feeling knowing a lot of that data material is all that exists. Fortunately for me everything came out fine.
Granted you need to be practical, obviously storing numerous videos in multiple places is going to get expensive. Those for example don't go on the RAID1 drive. I have a networked drive to access them in the house, all my material is also on DV tape/another drive and those are stored at a relatives home.
|