Quote:
|
Originally Posted by raj MySQL and LDAP and FILE STORE so all you need to figure out is how to do
1) HOT BACKUP of mysql
2) dont know how LDAP store data if we can just COPY
3) email store..for sure its just file copy |
Sure. And if you get that working, I'm sure lots of people will put it to good use.
The thing you need to watch out for is that there's a race condition... you have to make sure that MySQL, LDAP, and the filesystem never get out of sync. That's the biggest trick to making it work in the OSS version.
There are tools available which can perform hot backups of LDAP and MySQL, and it's easy enough to copy the files from the filesystem. So, the key is to do all that while keeping all the data in sync.
Maybe there's a way to enable some sort of read-only mode? Don't allow the users to change anything while a backup is being performed, but they can still view what already exists?
On a related note, I ran across this eweek article today:
http://www.eweek.com/article2/0,1895,1887301,00.asp
Which mentions the idea that Zimbra supports replication across a WAN. Is this referencing some tricks we don't know about yet? :-) It'd be nice if there were a way to keep a hot backup in another facility in case one facility were to go down for one reason or another.
Have a good one,
-Eric