Zimbra Live-Sync in between two servers(LIVE & DR

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
itadmin
Posts: 3
Joined: Mon Jul 23, 2018 11:07 am

Zimbra Live-Sync in between two servers(LIVE & DR

Post by itadmin »

Ahoy There!

We are willing to do live sync in between live server to DR Server with out stopping the services for now we are copying the data form live to DR server followed by executing the RSYNC command.

#rsync -avHKS --delete /opt/zimbra/ root@IPADDRESS:/opt/zimbra

This command being executed in live server followed by stopping the zimbra services and data will get synced with DR, if we run this rsync command without stopping services the data will not get synced.

Please help us how to do live sync in between two boxes where zimbra is installed in each with same version.

Thanks in advanced and responses will be appreciated.
User avatar
Raun
Advanced member
Advanced member
Posts: 75
Joined: Thu Mar 24, 2016 1:22 pm

Re: Zimbra Live-Sync in between two servers(LIVE & DR

Post by Raun »

please check other threads on the same topic posted in the forum.
itadmin
Posts: 3
Joined: Mon Jul 23, 2018 11:07 am

Re: Zimbra Live-Sync in between two servers(LIVE & DR

Post by itadmin »

I checked it, but no luck
User avatar
maxxer
Outstanding Member
Outstanding Member
Posts: 224
Joined: Fri Oct 04, 2013 2:12 am
Contact:

Re: Zimbra Live-Sync in between two servers(LIVE & DR

Post by maxxer »

There's a wiki page here which explains how to accomplish almost live sync between two servers. Are you following this?
if we run this rsync command without stopping services the data will not get synced.
could you be more precise on this? what does data will not get synced mean??

(on a side note I gitted those scripts on Gitlab in order to ease maintenance and track changes. I will need to deploy them to a customer in the near future so I intend to keep development going there)
Post Reply