<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br><br>I'm using "find -type f" in my test environment because it's just 5 o 6GB of data. 
In production I know I won't be able to use it. how do to check/dump/export cyrus.index information? I was trying to find some
 tool o script but I couldn't find it.<br><br>Thanks &amp; Regards.<br><br>Manel Gimeno Zaragoza<br>magiza83@hotmail.com<br><br><br><div><div id="SkyDrivePlaceholder"></div>&gt; From: brong@fastmail.fm<br>&gt; To: magiza83@hotmail.com<br>&gt; CC: info-cyrus@lists.andrew.cmu.edu<br>&gt; Subject: RE: Problem recover replica<br>&gt; Date: Thu, 16 Feb 2012 13:32:49 +0100<br>&gt; <br>&gt; On Thu, Feb 16, 2012, at 01:22 PM, Manel Gimeno Zaragozá wrote:<br>&gt; &gt; <br>&gt; &gt; Hello Bron,<br>&gt; &gt; <br>&gt; &gt; Regarding your integrty check, could you please paste it? <br>&gt; <br>&gt; It's a big hairy piece of perl.  Latest copy attached.<br>&gt; <br>&gt; &gt; It could be a good guide to made my own, as right now I'm doing the following tree checks:<br>&gt; &gt; <br>&gt; &gt; 1) number of mailbox and ACLS (diff md5sum of "ctl_mboxlist -d")<br>&gt; <br>&gt; Fair enough.<br>&gt; <br>&gt; &gt; 2) number of emails in /var/spool/imap (find -type f /var/spool/imap)<br>&gt; <br>&gt; Ouch!  You can afford that?  That's a lot of stat IO.  We use the cyrus.index<br>&gt; information.<br>&gt;<br>&gt; &gt; 3) du of /var/spool/imap<br>&gt; <br>&gt; That's unlikely to be an exact match... particularly if you have delayed expunge.<br>&gt; <br>&gt; &gt; Anyway, I guess you run your script with both (MASTER &amp; REPLICA) stopped, because if they are not I don't know how to compare if MASTER is receving info all the time.<br>&gt; <br>&gt; We try three times with a 1 second delay.  Usually get a clean read.  If not,<br>&gt; then we look at it.  Occasional false positive, but not too noisy.  We don't<br>&gt; stop things.<br>&gt; <br>&gt; &gt; Lastly, I've noticed that in /var/spool/imap/ there are two folders "sync." and "stage.", could you please provide some information about them, because in my checks I've had to exclude them.<br>&gt; <br>&gt; stage. is used by imap APPEND (and pop, and nntp, and lmtp)<br>&gt; sync. is used by replication.<br>&gt; <br>&gt; In both cases, they are a temporary location where uploaded files are placed<br>&gt; until upload and integrity checks have been completed, before being copied into<br>&gt; their final spool location.<br>&gt; <br>&gt; <br>&gt; Regards,<br>&gt; <br>&gt; Bron.<br>&gt; -- <br>&gt;   Bron Gondwana<br>&gt;   brong@fastmail.fm<br>&gt; <br></div>                                               </div></body>
</html>