duplicity-tracker
[Top][All Lists]
Advanced

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

[Duplicity-tracker] [bug #25874] 0.5.11: incrementals fail with --archiv


From: anonymous
Subject: [Duplicity-tracker] [bug #25874] 0.5.11: incrementals fail with --archive-dir and --encrypt-key, 0.5.6 worked.
Date: Sun, 15 Mar 2009 13:03:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)

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

                 Summary: 0.5.11: incrementals fail with --archive-dir and
--encrypt-key, 0.5.6 worked.
                 Project: duplicity
            Submitted by: None
            Submitted on: Sun 15 Mar 2009 01:03:11 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:

to reproduce (change the key to one of yours):

$ mkdir /tmp/archive /tmp/backup
$ duplicity --encrypt-key 42BD645D --archive-dir /tmp/archive/ /var/log/
file:///tmp/backup/
...
No signatures found, switching to full backup.
...
--------------[ Backup Statistics ]--------------
StartTime 1237121834.01 (Sun Mar 15 22:57:14 2009)
EndTime 1237121836.50 (Sun Mar 15 22:57:16 2009)
ElapsedTime 2.49 (2.49 seconds)
SourceFiles 0
SourceFileSize 7115226 (6.79 MB)

now rerun the same command and you'll get the following 
backtrace:
  File "/usr/bin/duplicity", line 589, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 582, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 566, in main
    check_last_manifest(col_stats) # not needed for full backup
  File "/usr/bin/duplicity", line 501, in check_last_manifest
    last_backup_set.check_manifests()
  File "/usr/lib/python2.5/site-packages/duplicity/collections.py", line 130,
in check_manifests
    remote_manifest = self.get_remote_manifest()
  File "/usr/lib/python2.5/site-packages/duplicity/collections.py", line 160,
in get_remote_manifest
    manifest_buffer = self.backend.get_data(self.remote_manifest_name)
  File "/usr/lib/python2.5/site-packages/duplicity/backend.py", line 414, in
get_data
    assert not fin.close()
  File "/usr/lib/python2.5/site-packages/duplicity/dup_temp.py", line 118, in
close
    assert not self.fileobj.close()
  File "/usr/lib/python2.5/site-packages/duplicity/gpg.py", line 162, in
close
    self.gpg_process.wait()
  File "/var/lib/python-support/python2.5/GnuPGInterface.py", line 639, in
wait
    raise IOError, "GnuPG exited non-zero, with code %d" % (e << 8)
IOError: GnuPG exited non-zero, with code 131072

attached is the output of the same failing run with -v 9.

the very same command works perfectly well with 0.5.6.

regards
address@hidden






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 15 Mar 2009 01:03:11 PM UTC  Name: broken.txt  Size: 3kB   By: None

<http://savannah.nongnu.org/bugs/download.php?file_id=17696>

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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