I have 3 TB of data that I want to back up on 2-3 Hard Disks externally and make 2-3 copies of the same data on separate Hard Discs.
First, I would suggest avoiding drives over 2 TB, because if some day a problem occurs, some data recovery softwares that are designed for 32-bit systems cannot handle drives of more than 2 TB.
If you can, buy drives from 1 TB or even smaller.
Today, you can find for very cheap 500 GB drives on the second hand market.
If you need a lot of security, buy more small drives with the same money that you would spend for large drives. Dont' put all your data in the same bag.
With tools like HDSentinel or HDTune, you can check that second hand drives are in good condition.
If it is for backup purposes (i.e. you also keep the data on the original drive), you could use single-drive enclosures, copy the content twice and store it at different locations.
With RAID-1, the same content will be duplicated on both drives.
This is a further security.
However, keep in mind two important things :
1. Many RAID systems are using Linux file systems like ext3.
If you delete a file accidentally, its name will be lost (because of the nature of the ext3 file system).
So, if you're including the risk of human errors, you should better use a classical SATA enclosure for one drive, formatted in NTFS.
2. Be careful with RAID systems that are sold with the drives inside as the (hidden) drives that inside are often low cost (unreliable) ones.
Further considerations:- 3.5'' drives are in general more reliable than 2.5'' ones
- 3.5'' drives are easier to repair than 2.5'' ones (especially for the circuit board)
- Amongst the 3.5'' drives are consumer or enterprise grades.
The enterprise grade series are more reliable than the consumer grade,
not necessarily for the PCB, but concerning the internals (mechanical design).
The price of an enterprise drive is typically about 150%-200% of a consumer drive.
- Enterprise grade series are for instance:
Hitachi Ultrastar, Western Digital Re or Se, Seagate Constellation
- If the drives are in a RAID, take a drive which was mechanically designed to support the vibration caused by the RAID (for instance Western Digital Re series).
- Avoid RAID-5 : as it makes the data recoveries more complicated and as RAID-5 systems are often using ext3. Furthermore, in RAID-5 two drives may fail more or less at the same time, annihilating the "security" of RAID-5.
In summary- Keep things simple as simple systems make data recoveries easier.
- Choose quality drives.
- Store your drives at different locations.
- And don't forget to backup on a regular basis.