cyrus replication validation

Dmitriy Kirhlarov dkirhlarov at oilspace.com
Fri Apr 6 04:40:03 EDT 2007


On Thu, Apr 05, 2007 at 12:10:14PM -0400, Ilya Vishnyakov wrote:

> Hello Cyrus Gurus!
> I was wondering if there is any specific way to check if the
> replication was done properly? I set up cyrus replication between two
> servers (documentation I used:
> http://cyrusimap.web.cmu.edu/imapd/install-replication.html). However,
> before switching our production servers we would like to make sure
> that replication was done properly. We checked if the directories are

On both servers:
find imap/ -type f | awk '!/(cache|index|header)/ {print}' | sort > server1.lst
find imap/ -type f | awk '!/(cache|index|header)/ {print}' | sort > server2.lst

and
diff -u server1.lst server2.lst

WBR.
Dmitriy


More information about the Info-cyrus mailing list