I'm looking for a backup strategy for my production server. It should be fully automatic and as "real-time" as possible.
Further, i don't want to do much to recover everything. Let's say like a backup server which we can switch to if the production server goes down.
I'm using the following services with Debian Lenny:
- Apache2
- MySQL 5.1
- Postfix
- Dovecot
- SpamAssassin
- SSH of course
So, i think i'll need a backup-server which replicates all files in near-real-time. Is this a well-known scenario? Can you tell me what i have to do to achieve this?
Further, i think i'll need Full- and incremental Backups of the System (each week Full and every 12 Hours incremental). How can i achieve this ?
This all should be easy and fast to recover ... Any help would be greatly appreciated !!
I don't use Plesk.