Many many people select RAID1 incorrectly. At the risk of getting flamed; most -I dare say- probably do
NOT want RAID1. They want something more like "standard" (which means you have two separate hard drives) with drive2 set to automatically backup from drive1.
(Please skip the rest of this message if you fully understand RAID.) Let me explain little bit further: raid1 works perfectly well when it is used as intended; yet most people new to RAID make the mistake of thinking that RAID1 protects them more than it really does;
- RAID1 will provide continuity ONLY if one of your two hard drives fail -- meaning if one drive physically fails, the other drive will seamlessly take over. typically this is in a computing environment where it is important that the network share is always available.
- if data is corrupted it will be corrupted on both drives
--+this is why you will hear people repeatedly say 'raid is not backup.' which is a concept that understandably confuses quite a few people. Don't feel bad, it took me quite awhile to understand RAID fully.
[/list]
When people newish to RAID select RAID1, I think what they want the DNS323 to do is
to backup the files on hard drive1 to hard drive2. If this is what you want, you would be better served by setting the drives in the DNS323 up as 'standard' and tell hard drive #2 to connect to hard drive#1 every night and run a backup.
- if either hard drive fails, you will lose a maximum of one day of work. remember that today's hard drives are configured with SMART (which predicts and warns you of a hard drive failure before it totally fails) --and while not perfect-- SMART works extremely well. if you setup your DNS323 configuration to email you on event of SMART event, you will have plenty of warning.
- if you accidentally delete a file you can simply go to volume 2 and copy it back (on RAID1, once you delete a file, it's gone from BOTH drives). Caveat: a deleted file has to have been old enough to have been backed up in order to be restored.
- DNS323 config can be easily setup so that it will automatically connect via ftp and copy files; so once this is done and tested, it'll do this on schedule without user intervention
- you can far more dynamically upgrade a hard drive with 'standard.' Say, for example, you have two 500gb drives. by changing the second (vol2) drive to a 1500gb drive you can now not only back up your vol1 drive, but you can also run a backup program on your family PCs so they back up user files to vol2 as well. With RAID1 you'd need to add drives in pairs.