Michael:
As the other responders have outlined, the only way RAID can make your data safer is to protect against drive failure, and only certain RAID configurations will do this. (Other RAID configurations will actually make your data LESS safe.) This stuff is outlined above and massively detailed elsewhere on-line.
The problem is that drive failure is only one way you can lose data. Other ways include equipment loss through theft, fire, or "Act of God", and the most vexing of all, human error.
If you don't have a
backup strategy, I recommend you drop whatever you're doing and get one
now. There's no "one true way" to handle backup. Unfortunately, you have to think through an approach that will work for you. What basic advice I have:
- The more copies of data you have spread around, the safer you are.
- A lot of us use rotating backups, so that we have two or three versions of any given file, going back in time. You can establish rotating backups through hardware and/or software. With hardware rotation, backup is done to a different hard drive each time, in rotation. (You need two or more hard drives to rotate through.) With software rotating backup, the backup software automatically archives unique versions of your working files to the backup volume. (You need a lot more backup space than working space if you use software rotation, because the backup volume fills up quickly with multiple copies of your working files.)
- It's also safest to have at least one backup off-site, so if your house or office burns down, you've still got most of your stuff, even if it's a couple days out-of-date. This is easy if you work in a separate location from your home because you can keep a backup at the other location. Failing that, use your imagination.
- Automatic is better. If you have to remember to backup, you'll forget, and then something bad will happen. I use
software like this, which is highly flexible and provides extensive backup automation: I just set it up and let it go. I only have to check occasionally to make sure I'm not running out of space on my backup drives.
Martin