Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Im going to buy a NAS server soon. Im pretty sure i know the one Im going to get.

It can hold 4 hard drives.

If I RAID 5 then I will have about 8gigs of storage.

I understand if there is mechanical failure with a drive - the RAID can re-build a new drive that is inserted.

But...

For added peace of mind, should I be replicating everything to another NAS or RAIDING 2 drives and replicating on to 2 drives.

Im not a server specialist. Just someone who wants security on a small budget.

Thanks...

share|improve this question

migrated from stackoverflow.com Oct 25 '11 at 10:56

1 Answer

If the data is important, it should always be kept in at least two separate places.

When one drive in a RAID-5 array fails, your data can be lost completely if there is a second failure during the rebuilding of the data on the replacement drive.

You might want to have a separate copy in case the RAID enclosure catches fire or is stolen.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.