View Single Post
  #2 (permalink)  
Old 10-31-2005, 09:05 AM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,792
Default

Quote:
Originally Posted by raj
Hello All:
We been testing Zimbra for almost 1 week now and it looks good.
I have read in few post that “network version / commercial” will have mailbox backup and restore but we are strictly interested to know how “Open Source Version” will be Backed up/Restored. I will try to clearly state scenarios

1) Move Zimbra install from 1 production server to another. Apart form installing Zimbra on new server what we need to do to Backup/copy existing one and Restore on New Target Server
If the hostname is the same, and the OS matches. You an just move /opt/zimbra everything lives under there. Assuming you've done at least an install on the new box to configure things like iptables(which by the way will not be needed in the next release)

Quote:
Originally Posted by raj
2) What we need to Backup under ZIMBRA only (ie. What folders/files) on regular basis to so we can provide Disaster recovery if production server fails

Any insight is greatly appreciated

Thanks
Raj S Vrach
There are really 4 main things that have state: messages, indexes, ldap, and mysql. So a quick backup would be take a copy of the message and index data, then do a mysql and ldap dump. You must stop the server to make these backups since everything must remain in sync.

A guide to the directory structure is here:
http://www.zimbra.com/downloads/zimb...e.html#1036288
Reply With Quote