Hi all,
I'm trying to set up a rolling backup for my cyrus-imapd (version 3.0.8). These were my steps so far: https://gist.github.com/philfry/9a920c7ee52c4f95e438e302e9dd9207 The replication works fine until I delete some mails from a folder (using thunderbird fwiw): 1. mark as deleted > sync_client[925]: MAILBOX user.user1.myfolder > > sync_client[925]: MAILBOXES user.user1.myfolder > 2. compact the folder > imaps[4292]: Expunged 7 messages from user.user1.myfolder > > imaps[4292]: Repacking mailbox user.user1.myfolder version 13 > > sync_client[925]: MAILBOXES user.user1.myfolder > > sync_client[925]: inefficient replication (188474 > 188465) > user.user1.myfolder > sync_client[925]: FULLMAILBOX user.user1.myfolder > > sync_client[925]: SYNCERROR: only exists on replica user.user1.myfolder 41310 > (6b7e5dc425a5ad717c24e5036dec5ab00f66e750) > sync_client[925]: SYNCERROR: only exists on replica user.user1.myfolder 41311 > (7d80dc4d37e06c3210f388c1c64bf1473dc8a5bb) > sync_client[925]: SYNCERROR: only exists on replica user.user1.myfolder 41312 > (3a8848daa384b79b56416ffd767017820d051ceb) > sync_client[925]: SYNCERROR: only exists on replica user.user1.myfolder 41313 > (77d23af8d135252a9d9311adac67e80b22422407) > sync_client[925]: SYNCERROR: only exists on replica user.user1.myfolder 41314 > (631dc913fd7135be27c42e3178f52102ab33c91d) > sync_client[925]: SYNCERROR: only exists on replica user.user1.myfolder 41315 > (f8b0ecd39ff775be72c697c2d90b7b5917b97e20) > sync_client[925]: SYNCERROR: only exists on replica user.user1.myfolder 41316 > (2914878b286e9b78f1ef1261564715a8e38bf36f) > sync_client[925]: EXPUNGE received NO response: IMAP_PROTOCOL_ERROR Protocol > error > sync_client[925]: SYNCERROR: failed to expunge in cleanup user.user1.myfolder > > sync_client[925]: MAILBOX user.user1.myfolder > > sync_client[925]: MAILBOXES user.user1.myfolder I don't believe that's the correct behaviour. What am I doing wrong? Best, Philippe