Help setting up a mirror server
I'm looking for someone to help us set up a mirror of an existing Linode 512. The site will be hosting one web site that collects survey results, these are collected from 16:00 to 01;00 each day and we would like to sync the 2 lionodes dring the down time. The aim is to have a failover over server that can be used for updates or in he case of a problem with one of the lionodes. The existing Lionode is a LAMP setup running Cent Os 6.2.
Ideally we'd like to setup a sequential backup to amazon s3 as well.
Please let me know if you think you might be able to help or need additional information.
thanks in advance,
Stuart
2 Replies
boto
If you're just doing a db dump at {{time}}, then you can probably just use boto-rsync
If your results are stored in a DB, you can use master-slave replication to sync between your Linodes.
Stuart