Keep a hot spare EBS volume in sync with production.
On dsc.cdlib.org;
- run stunnel configured in server mode, set to exec rsync
- specify connection must have specific client certificate
- dump database to flat file
At 5am every day; start machine (attached boot EBS)
- mount zpool
- rsync from dsc.cdlib.org to DSC_DR zpool --rsh stunnel (client cert on this machine)
- zfs snapshot
- unmount zpool
- incremental snapshot DSC_DR ebs volumes to s3
create a script that can bootstrap a DSC/XTF server and mysql in Amazon and automatically test it and tear it down once a week.
In the event of a disaster in the UCOP datacenter, use the DR script to set up a new version of the site in Amazon.