Treasuries are nice because they’re convenient and low buy-in, but their yields are crap, sometimes a little above inflation, sometimes below. TIPS are a decent way to hedge the inflation risk, but (IMO) it’s still really for people who are more worried about losing their savings than living off it. (i.e.: if you have, say, $1e8, you can live pretty comfortably off $1e6, even $1e5 in a lean year, so your rate of return doesn’t really matter)
For me, personally, the limited bond exposure I have is all corporate and mostly junk, bought through my broker in the secondary market, with maturity 10-20 years out. Until fairly recently, junk bonds were the only way to get yields above 4%, and that’s kind of my mental benchmark for gaining relative to inflation. One downside of corporate bonds is they generally have a $10k minimum.
RAID is more likely to fail than a single disk. You have the chance of single-disk failure, multiplied by the number of disks, plus the chance of controller failure.
RAID 1 and RAID 5 protect against that by sharing data across multiple disks, so you can re-create a failed drive, but failure of the controller may be unrecoverable, depending on availability of new, exact-same controller. With failure of 1 disk in RAID 1, you should be able to use the array ‘degraded,’ as long as your controller still works. Depending on how the controller works, that disk may or may not be recognizable to another system without the controller.
RAID 1 disks are not just 2 copies of normal disks. Example: I use software RAID 1, and if I take one of the drives to another system, that system recognizes it as a RAID disk and creates a single-disk, degraded RAID array with it. I can mount the array, but if I try to mount the single disk directly, I get filesystem errors.