URL:
  <http://savannah.nongnu.org/support/?106534>

                 Summary: GMail backups aren't stored in the correct location
                 Project: duplicity
            Submitted by: None
            Submitted on: Wed 29 Oct 2008 03:29:04 PM UTC
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: Mac OS

    _______________________________________________________

Details:

The --gmail-mailbox option tells duplicity where to look for backups, however
the value is ignored when storing updates.  This results in every backup being
a full backup if Inbox or All Mail isn't used (I'm putting everything under a
Backups label)

I suggest the following change to the put function of gmailimapbackend.py:

        body=self._prepareBody(f,remote_filename)
        -self._conn.append(None,None,None,body)
        +self._conn.append(gmail_mailbox,None,None,body)
        log.Log("IMAP mail with '%s' subject stored"%remote_filename,5)
 






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/support/?106534>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Duplicity-tracker mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/duplicity-tracker

Reply via email to