I’ve got a multi-user application having some critical data of the users. I am working on the backup and disaster recovery plan for the application..
Would like to know some best practices regarding this..
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note: you may want to include failover in your critical data management.
Backup is often used for copy of your data ready to be restored.
Failover and DRP restore the service (not just the data), since a new server is available:
For pure backup strategy, I go with daily incremental backup, and weekly full backup.
However, we also have a SRDF connection allowing a real-time data replication with our remote data center used for DRP.
Now, backup + failover + SRDF (for DRP) might be overkill for development data, but can be justified for production data (needed to restore the service running in production).
So to better refine your policies, you need to clearly analyze what your data represent.