Ivan Admin
Joined: 16 Apr 2005 Posts: 340 Location: Belgrade
|
Posted: Thu Feb 19, 2009 9:46 pm Post subject: Backup problems related to failed UID FETCH commands |
|
|
Several users have reported intermitent problems with incremental backups and these are related to failed UID FETCH commands. [See 564, 573, 579]. In version 0.3.7 a bug where these errors were not shown in the summary has been fixed, so these situations will now be easily noticeable. Since I can't reproduce this error on any of my test accounts, I would ask those who do encounter this issue to proceed as follows in order to try and sort it out:
1. Set "IMAP Traffic Logging" to Detailed in Options/Logging
2. Invoke the backup again (either from the GUI or from the command line)
3. Find the "UID SEARCH" command that follows the "Backup starting" log line (the second red line below). If you're having problems, you should see an error message on the orange lines below. Please post those log lines here at the forum or email them to imapsize@broobles.com.
bak INFO ===== Backup starting
imp INFO C: S8 SELECT "geni"
imp INFO S: S8 OK [READ-WRITE] geni selected. (Success)
imp DEBUG S: * FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
imp DEBUG S: * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
imp DEBUG S: * OK [UIDVALIDITY 28]
imp DEBUG S: * 149 EXISTS
imp DEBUG S: * 0 RECENT
imp DEBUG S: * OK [UNSEEN 55]
imp DEBUG S: * OK [UIDNEXT 151]
imp INFO C: S9 UID SEARCH UID 148:*
imp INFO S: S9 OK SEARCH completed (Success)
imp DEBUG S: * SEARCH 148 149 150
imp INFO C: S10 UID FETCH 148 (UID)
imp INFO S: S10 OK Success
imp DEBUG S: * 147 FETCH (UID 148)
imp INFO C: S11 UID FETCH 148 BODY.PEEK[]
imp INFO S: S11 OK Success
...
4. Set "IMAP Traffic Logging" to Off in Options/Logging[url][/url] |
|