I often ask people about their backup configuration because I want to make sure my own server backup procedures are sufficient. I remember asking someone a few years ago about their personal backup methods, and they said they used raid1 (mirroring), and didn’t need backups. That seemed insufficient, and when I asked about recovery of deleted or improperly-modified files, I wasn’t given a satisfactory answer. The bottom line is that while raid1 protects against the failure of a drive, it does not address other causes of data loss. Here is a table I created to illustrate the data loss and recovery options I use for my home server:
| Deletion of file, discovered immediately | Restore from daily or two-hourly backup |
| Deletion of file, discovered < 30 days | Restore from monthly backup |
| Deletion of file, discovered >= 30, < 90 days | Restore from quarterly backup |
| Deletion of file, discovered >= 90 days | Unrecoverable |
| Drive failure | Restore from previous day |
| Server destroyed | Restore from previous month |
| Server and data safe destroyed | Restore from quarterly backup |
How likely are these failure cases? This report (article) shows the statistics for data retention failure:
| Failure cause | |
| Hardware failure | 40% |
| Human error | 29% |
| Software corruption | 13% |
| Theft | 9% |
| Computer virus | 6% |
| Hardware destruction | 3% |
As you can see, there are many failure cases which raid1 cannot recover. Don’t believe it? Watch this video about a Pixar film almost lost due to file deletion (and backup failure).
If you're new here, you may want to subscribe to our RSS feed or follow us on Twitter for product announcements, event information, and industry news.
I Don’t Need Backups, I Use Raid1!






