If you're going to implement a RAID solution, then you should look at RAID 10, but RAID is NOT a backup solution. To be safe, you should have remote offsite backups.
If you're going to implement a RAID solution, then you should look at RAID 10, but RAID is NOT a backup solution. To be safe, you should have remote offsite backups.
It's worth saying: No matter who your provider is or what they promise - always make sure to have an off-site backup of your data unless you're willing to lose it.
And yes, RAID is not a backup. It also bears repeating .
Raid 1- 2 Disks Same Size
Mirrors the files from one Disk to the Other.
E.G 2X 2TB Disk would give you Usable Space of 2TB and 2TB Reserved for backup.
We have used both RAID 10 and RAID 50 setups, and when it comes to reliability, we wouldn't look back. There are additional things like having more frequently accessed data on Solid State drives (such as MySQL) and then RAIDing those too.
As others have a said, there are other ways of making backups, but the time it takes for a backup to restore can crush some businesses.
We currently work with a client that does between 3.5M and 4M per week - just 15 minutes of downtime can really hurt their business. But then, they're also running on a cloud system so they can enable and disable additional servers to handle the load as needed.