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 ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html