Thanks for that, that clears up a few bits also, If my house burns down with my pc and mircoserver inside, I don't think anything would make a diffrence unless I have a private cloudRAID 5 needs a minimum of 3 disks to work. You lose the capacity of one disk (in the same way that unraid does) for the privilege of using RAID 5. Both unraid and RAID 5 allows for one disk to completely fail, be replaced, and you do not lose anything. So either unraid or a RAID card will give you the same cover.
HOWEVER, neither unraid nor RAID is a backup system, it is a method of redundancy. You can have RAID 5 working wonderfully but if your house burns down with the PC inside then you have lost everything. RAID and BACKUP are different things.
RAID explained: https://www.booleanworld.com/raid-levels-explained/

also Armageus did say
Raid 5 spreads the data across multiple drives, and also stripes some redundant parity information across the drives, so in the event of a single drive failure, the missing drive's data can be calculated from what remains + the parity data. In terms of space - this means you only "waste" 1 drive's worth of space to provide recovery information for all your drives.
The disadvantages are that it's complicated, and if a drive fails, then although the drive can be replaced and rebuilt, because of the complexity of this (it takes a while), and the extra reading/writing can often cause one of the remaining disks to fail.
Unraid is similar to Raid 5 in that it uses parity to protect data. The difference being that the parity data isn't striped - it's just stored on the single largest drive in your system. All the other drives are essentially independent (e.g. they can be lifted and read in another machine independently). Again Unraid is only "wasting" one drive of space for recovery information for all your drives.
Compared to RAID5, Rebuilds are slightly less risky, as even if an other drive fails during a Rebuild, you only lose data on that drive, whereas on Raid5 because the data is striped, the whole array is lost.
The only limitation with Unraid is that because each drive is independent, you are only ever reading/writing to a single drive and so are limited to the speed of that drive (unlike Raid5 which will read a stipe across 3 or more drives, potentially trebling read speed) - this can however be offset with an SSD cache if needed (but for things like media storage it's a none issue)
Unraid also allows you to mix drive sizes to maximise space (as long as the parity drive is larger than all other drives), something no other RAID mode can do