From what I understand about RAID5, it's not that easy to build and maintain. It also isn't what you'd call affordable or flexible. It's perfect for an online mission-critical database, but for a journalist - I doubt it.
I'm not a journalist myself, so maybe my impression is wrong. But I think a journalist is somebody who is on the road all the time, switches computers fairly often, and needs to be able to take his data with him. He may have to move the data from computer to computer, from laptop to desktop and back, etc.
You're quite correct. The only thing that will protect you somewhat
from an errant press of the key is a proper backup scheme. A good
RAID implementation is useful for 'mission critical' data. If you
make your living from your pictures and work to a deadline (ie.
photojournalist), then I would definitely recommend RAID-5 as part
of a data storage solution, with a spare drive or two available for
immediate rebuilds. A large amount of space in a single drive or
tape backup solution would be adequate backup in such a situation.
Different types of backup suit different needs. Some people (for example, software engineers like myself) need to be able to come back to a "snapshot" of a drive as it was on a specific date. I need all intermediate versions of all files in my source code.
An image library is different. There's usually no need to bother with versions - but ease and simplicity of recovery is very important.
What would you say of this backup strategy for an image library: Have a second copy of the library on an external drive, that's usually turned off. Every night (or every week, or whenever new images come in), synchronize that drive with the active library.
If the active library goes down - simply plug in the backup one.
In this scheme, the active library can be RAID0 for speed.
To be completely safe, I would also place the most important "keeper" images to a photo website, or to an internet backup service.
Does this sound logical?
Boris