what_is_raid
"RAID-1
RAID Level 1 provides redundancy by writing all data to two or more drives. The performance of a level 1 array tends to be faster on reads and slower on writes compared to a single drive, but if either drive fails, no data is lost. This is a good entry-level redundant system, since only two drives are required; however, since one drive is used to store a duplicate of the data, the cost per megabyte is high. This level is commonly referred to as mirroring."
"RAID-1 is the array of choice for performance-critical, fault-tolerant environments. In addition, RAID-1 is the only choice for fault-tolerance if no more than two drives are desired. "
raidtoolbox
"Mirror, Mirror
RAID-1 is better known as "disk mirroring". "Disk mirroring" is simply a pair of disk drives that store duplicate data, but appears to the computer as a single drive. Writes must go to both drives in a mirrored pair so that the information on the drives is kept identical. Each individual drive, however, can perform simultaneous read operations. Mirroring thus doubles the read performance of an individual drive and leaves the write performance unchanged. RAID-1 delivers the best performance of any redundant array, especially in multi-user environments."
chris,
If at ALL possible with servers you NEVER want to power them off like your suggesting. Everytime a server reboots/shutsdown you have the potential for major problems.(disk won't power up again, software initialization errors, the list goes on and on)
Besides that how long do you plan on ghosting the system every week? 1month? 2months? would you want to do that every week for 2years? 3years? Your idea is certainly creative, but not well thought out in the long run.