I build a microserver to access my personal data and web services from my client machines. Since this is all the stuff I collected in the past 15-20 years, I'd like to keep it safe, so I'd like to use RAID this time. I have already checked that only 3.5" HDD-s have rational prices, so using 2.5" hdd or ssd is not an option. The motherboard supports RAID 0/1/5/10. I am currently selecting a case, but I am not sure whether it should have 3 or 4 drive bays for 3.5" hdd-s. The case I really like (Tt Core V21) has only 3 x 3.5" drive bays. The other case which is not that good if we are talking about cooling and air flow (BitFenix Phenom Micro-ATX) has 4 x 3.5" drive bays. What are the pros and cons using 3 or 4 disks if we are talking about RAID? (I guess it is something general, but if not, then I'd like to know it by each RAID version.)
Conclusions:
- I think 3 drives with RAID-5 is sufficient for my needs.
- I need a self-healing filesystem like ZFS or BTRFS (I chose the latter one), which can fix data degradation using RAID parity data. These filesytems can make incremental snapshots too, so they are great if you want a fast backup without halting the system. Using an event storage can do the same on application level, so that part does not really matter in my case.
- People here never heard that backup does not protect against bit rot, but a self-healing filesystem with RAID most of the time does. Probably they are too focused on their RAID is not a backup mantra to learn new things...