duplicity -v 9 --encrypt-key 42BD645D --archive-dir /tmp/archive/ /var/log/ file:///tmp/backup/ Main action: inc 3 files exist on backend Extracting backup chains from list of files: ['duplicity-full-signatures.20090315T125713Z.sigtar.gpg', 'duplicity-full.20090315T125713Z.manifest.gpg', 'duplicity-full.20090315T125713Z.vol1.difftar.gpg'] File duplicity-full-signatures.20090315T125713Z.sigtar.gpg is not part of a known set; creating new set Ignoring file (rejected by backup set) 'duplicity-full-signatures.20090315T125713Z.sigtar.gpg' File duplicity-full.20090315T125713Z.manifest.gpg is not part of a known set; creating new set File duplicity-full.20090315T125713Z.vol1.difftar.gpg is part of known set Found backup chain [Sun Mar 15 22:57:13 2009]-[Sun Mar 15 22:57:13 2009] Collection Status ----------------- Connecting with backend: LocalBackend Archive dir: (() /tmp/archive/ dir) Found 0 backup chains without signatures. Found a complete backup chain with matching signature chain: ------------------------- Chain start time: Sun Mar 15 22:57:13 2009 Chain end time: Sun Mar 15 22:57:13 2009 Number of contained backup sets: 1 Total number of contained volumes: 1 Type of backup set: Time: Num volumes: Full Sun Mar 15 22:57:13 2009 1 ------------------------- No orphaned or incomplete backup sets found. Last full backup date: Sun Mar 15 22:57:13 2009 Using temporary directory /tmp/duplicity-xaYIaW-tempdir Registering (mktemp) temporary file /tmp/duplicity-xaYIaW-tempdir/mktemp-D2Kf4W-1 Removing still remembered temporary file /tmp/duplicity-xaYIaW-tempdir/mktemp-D2Kf4W-1 Traceback (most recent call last): File "/usr/bin/duplicity", line 589, in 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