Forum Moderators: phranque
So, obviously, I have a remote 'live' copy held by my host, and a local copy (on PC harddrive) and from time to time I store the entire copy of my harddrive on CDRW.
Do I realistically need to do any more? what lengths do you go to protect you data from possible catastrophy?
Is there a good archiving program that I could be using? Or perhaps having another server as backup?
or am I just being paranoid?
Ta
Limbo
In my previous position where I was responsible for approx. 2tb of customers data, I implemented a system that kept a snapshot of the data in another datacenter. This may be extreme for your environment, but it always meant we had a fallback should the worst happen. We then utilized this snapshot to conduct our nightly or weekly backups without affecting the throughput to our production servers.
All in all if you have a regular "read only" copy of your data in a different location than your server then you are doing about the best you can to ensure your disaster recovery procedures are succesful. If however you are talking about large volumes of critical or politically valuable data then you perhaps should look at replicating it.
<added>off-site defined as geographical location</added>
Machine: Data on RAID 1 array. Monitored
NIGHTLY: Main database is copied (rsync) from RAID to another drive
WEEKLY: All important areas are zipped up and moved to another drive
WEEKLY: RAID is backuped up across network.
MONTHLY: I pull down (off site) latest copy of weekly backup.
BZ