Server Backup
I was wondering how other people keep their data safe. Is there a often used and simple way to keep your files safe. I'm currently the owner of a virtual server (shared server, own ip). I backup my database every hour using a cronjob, but the files are not really safe. If the hard-disk of my provider crashes, I can only hope he has backups... Not so terrible, as I'm still in beta-phase and the amount of data I need to save is not that vast yet.
I'm considering getting another virtual-server installing SVN or CVS to synchronise the data (hourly or daily, depending on the data), resulting in a real backup. Sounds pretty good to me, but I was wondering if there are more sophisticated methods being used.
Any advice?
|