Originally posted by: Matthias99
Originally posted by: Rike
RAID1 doesn't replace a backup solution -- but regular backups aren't a superset of RAID1 functionality, either.
I understand the first part of this, but my ignorance about the second part is making me unhappy. :| One more time in different words for the especially dense?
A backup lets you recover your data (at least since the time of the backup) in the event that something (anything 'bad') happens to your system and makes the original data unusable.
RAID1 allows your system to remain online, and with your data intact, if you suffer a physical failure of one (actually, all but one, if you have more than 2 drives in the RAID1 array) of the drives that are part of the RAID1.
RAID1 is limited in that it does not protect you against software or high-level hardware malfunctions (getting a virus, or a bug in a program or disk controller failure wiping out your data), or user error (you format the wrong partition), or multiple disk failures (the other disk breaks before you can rebuild the array), or catastrophic loss (the building the computer is in burns to the ground).
Backups can protect you against all those things -- but they don't provide
real-time mirroring like a RAID1 array does. Even if you do a daily backup, you could still lose an entire day's worth of data if the drive blows up just before (or during) a backup operation. For some systems, that's not acceptable, and doing full backups every five minutes is not feasable (and sometimes, as with financial data, even that wouldn't be enough). SAN/NAS systems that provide journalling/snapshotting can let you do point-in-time and/or incremental backups online, but there will still always be a 'window' of new data that hasn't been backed up yet unless you're mirroring it in real time. Furthermore, hard disks fail randomly, and there's really nothing you can do about it. So if you need a system to stay up *all* the time, you *have* to use some sort of redundant mirrored RAID (RAID1, 0+1, or 5 being the most common), so that it doesn't crash and burn if a single hard disk fails. Backups don't provide
that functionality.