I'm looking at setting up an SME server for a small business, and I need to know if the following is do-able:
I would like to be able to use the RAID1 mirroring as a backup mechanism. This involves turning it on and off (since of course, both copies get nuked if you accidentally delete a file while the mirror is live...)
The idea is that normally everything would run from one disk, but that periodically, the RAID1 mirror would be turned on allowing the disks to sync, and then the mirror would be broken again until the next backup. (Of course, there also needs to be some way to tell it to rebuild the original mirror from the copy in case a "restore" is needed. This is especially handy with removable disk drive sleds - since disks are now considerably cheaper than tape derives and cartridges, this is a very cost-effective backup solution. (I prefer the mirror to the cruder tactic of just dd'ing one disk to the other, since the mirror makes disk consistency a surer thing, catching writes that happen after the copy has begun.)
Is there any way to do this in SME?