bggo / Zmbkpose

The zmbkpose tool is a shell script that does hot backup and hot restore of ZCS Opensource accounts, GPL(OPENSOURCE). It can run from any host in the net, which means that it can be set on a backup server already existent.
http://wiki.zimbra.com/wiki/HOT_Backup_and_HOT_Restore
GNU General Public License v3.0
79 stars 56 forks source link

Disaster Recovery Support #66

Closed asmartin closed 8 years ago

asmartin commented 8 years ago

This looks like a great tool for Zimbra Open Source edition, however I am curious as to why it is stated that it does not support DR. If you have a copy of backups from a live Zimbra server created with zmbkpose, why couldn't you use it to restore those backups to have a fully-functioning copy of the server on new hardware?

ancientz commented 8 years ago

I would say that DR is a little more complex than just returning the user data. On a disaster with your cluster, you would loose all configuration, and if you have a multi-server cluster, thats is going to take a while to rebuild, and only after you rebuild the cluster you would restore the backup. So what I mean is, you can return the user data, but not the whole cluster, only the data and configuration of the user, that is not a disaster recover but actually only data backup.

asmartin commented 8 years ago

Thanks for the clarification. So if I have a second server where I've also installed Zimbra and made the same system tweaks (e.g. /etc/sysctl.conf), then zmbkpose would be able to completely restore all data (including things like CoS configuration, Zimbra postfix settings, etc)?

On Jul 15, 2016 4:48 AM, "ancientz" notifications@github.com wrote:

I would say that DR is a little more complex than just returning the user data. On a disaster with your cluster, you would loose all configuration, and if you have a multi-server cluster, thats is going to take a while to rebuild, and only after you rebuild the cluster you would restore the backup. So what I mean is, you can return the user data, but not the whole cluster, only the data and configuration of the user, that is not a disaster recover but actually only data backup.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bggo/Zmbkpose/issues/66#issuecomment-232908893, or mute the thread https://github.com/notifications/unsubscribe-auth/ADuYuzYuiNg9sAPtj9Gs2ZluvNA_0F8Oks5qV1dNgaJpZM4JM0te .

ancientz commented 8 years ago

No, as I understand, zmbkpose only backups the user configuration and data, that is, he's preferences on zimbra and the actual mail, calendar and contacts, not anything else. That's why Its not considered a DR tool.

asmartin commented 8 years ago

Thanks for the clarification