duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [bug #25308] Signatures orphaned if from another tim


From: anonymous
Subject: [Duplicity-tracker] [bug #25308] Signatures orphaned if from another time zone
Date: Tue, 13 Jan 2009 21:47:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008112309 Iceweasel/3.0.4 (Debian-3.0.4-1)

URL:
  <http://savannah.nongnu.org/bugs/?25308>

                 Summary: Signatures orphaned if from another time zone
                 Project: duplicity
            Submitted by: None
            Submitted on: Tue 13 Jan 2009 09:47:51 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I noticed when doing incremental backups that duplicity claimed that some
files were changed even though I had done many other incremental backups since
they were last modified. I tracked it down to the "if pr.start_time !=
self.end_time:" test failing in collections.py after a time zone change, which
made it ignore all signature files in the new time zone.

Reproduce it like this:

  mkdir tmp target && touch tmp/{foo,bar}
  TZ=UTC   PASSPHRASE=foo duplicity tmp/ file://target/
  TZ=UTC   PASSPHRASE=foo duplicity tmp/ file://target/
  TZ=UTC+1 PASSPHRASE=foo duplicity tmp/ file://target/
  TZ=UTC+1 PASSPHRASE=foo duplicity tmp/ file://target/

You will see an output like:

  Warning, discarding last backup set, because of missing signature file.
  Warning, found the following orphaned signature file:
 
duplicity-new-signatures.2009-01-13T20:43:10-01:00.to.2009-01-13T20:43:13-01:00.sigtar.gpg
  Warning, found incomplete backup sets, probably left from aborted session
  [...]

Tested with Duplicity 0.5.06 .





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25308>

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]