@scottalanmiller said in Battery Backup with SSD raid:
SSD NV protection is to allow the SSD's cache to flush safely should power be lost. RAID NV / battery protection is to allow the RAID's cache to flush safely should power be lost. Each is important on its own, neither covers for the other one.
That's technically slightly incorrect.
The non-volatile cache memory on the raid controller is to be preserve the data that has not yet been written to the drives, until power is restored again.
On the SSD the capacitors hold enough charge so that the drive can write the remaining data in the cache memory to the actual flash memory after the power is gone. The cache is DRAM so it will loose it's contents after a few seconds.
The only time details like this matter is if you remove the battery from a raid card, your data might be lost.

