Mimicking Google's Persistant Disks -- Is this a logical FreeBSD disaster recovery strategy?

Posted by Casey Jordan on Server Fault See other posts from Server Fault or by Casey Jordan
Published on 2014-05-30T18:47:48Z Indexed on 2014/05/31 9:31 UTC
Read the original article Hit count: 160

Filed under:
|

I am looking into FreeBSD to provide a more comprehensive backup and disaster recovery strategy for database servers. Ideally I want to mimic what google is doing with "Persistant disks" https://developers.google.com/compute/docs/disks#snapshots

I am hoping someone who knows more about FreeBSD can validate these ideas/questions:

  1. I have read that FreeBSD can take instant disk snapshots, therefore if our databases trigger a consistent state (Block all writes, and flush buffers to disk), I would assume I could take snapshots every hour without service interruption for more than a few seconds. Is this true?
  2. Is there a way to take snapshots and back them up offsite easily? Can this be done incrementally as to save how much disk space is actually used?

  3. If a rollback needed to be done, how long does this typically take? Is a rollback also instantaneous?

Thanks!

© Server Fault or respective owner

Related posts about freebsd

Related posts about zfs