Advertisement
kastauyra

verify after rm cache

Aug 21st, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. Using archive dir: /home/laurynas/.cache/duplicity/f40fae042f4bd06365767770f717a957
  2. Using backup name: f40fae042f4bd06365767770f717a957
  3. Import of duplicity.backends.hsibackend Succeeded
  4. Import of duplicity.backends.giobackend Succeeded
  5. Import of duplicity.backends.rsyncbackend Succeeded
  6. Import of duplicity.backends.cloudfilesbackend Succeeded
  7. Import of duplicity.backends.webdavbackend Succeeded
  8. Import of duplicity.backends.imapbackend Succeeded
  9. Import of duplicity.backends.sshbackend Succeeded
  10. Import of duplicity.backends.tahoebackend Succeeded
  11. Import of duplicity.backends.ftpbackend Succeeded
  12. Import of duplicity.backends.localbackend Succeeded
  13. Import of duplicity.backends.botobackend Succeeded
  14. Main action: verify
  15. ================================================================================
  16. duplicity 0.6.10 (September 19, 2010)
  17. Args: /usr/bin/duplicity -v9 verify file:///home/laurynas/backup-path /home/laurynas
  18. Linux laurynas-ThinkPad-T410 2.6.35-30-generic #56-Ubuntu SMP Mon Jul 11 20:01:08 UTC 2011 x86_64
  19. /usr/bin/python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56)
  20. [GCC 4.4.5]
  21. ================================================================================
  22. Synchronizing remote metadata to local cache...
  23. Copying duplicity-full-signatures.20110820T145432Z.sigtar to local cache.
  24. Using temporary directory /tmp/duplicity-9HwQCz-tempdir
  25. Registering (mktemp) temporary file /tmp/duplicity-9HwQCz-tempdir/mktemp-ciHMHn-1
  26. Removing still remembered temporary file /tmp/duplicity-9HwQCz-tempdir/mktemp-ciHMHn-1
  27. GPG error detail: Traceback (most recent call last):
  28. File "/usr/bin/duplicity", line 1257, in <module>
  29. with_tempdir(main)
  30. File "/usr/bin/duplicity", line 1250, in with_tempdir
  31. fn()
  32. File "/usr/bin/duplicity", line 1151, in main
  33. sync_archive()
  34. File "/usr/bin/duplicity", line 965, in sync_archive
  35. copy_to_local(fn)
  36. File "/usr/bin/duplicity", line 925, in copy_to_local
  37. size=sys.maxint)
  38. File "/usr/lib/python2.6/dist-packages/duplicity/gpg.py", line 331, in GzipWriteFile
  39. new_block = block_iter.next(min(128*1024, bytes_to_go))
  40. File "/usr/bin/duplicity", line 906, in next
  41. self.fileobj.close()
  42. File "/usr/lib/python2.6/dist-packages/duplicity/dup_temp.py", line 210, in close
  43. assert not self.fileobj.close()
  44. File "/usr/lib/python2.6/dist-packages/duplicity/gpg.py", line 198, in close
  45. self.gpg_failed()
  46. File "/usr/lib/python2.6/dist-packages/duplicity/gpg.py", line 165, in gpg_failed
  47. raise GPGError, msg
  48. GPGError: GPG Failed, see log below:
  49. ===== Begin GnuPG log =====
  50. gpg: CAST5 encrypted data
  51. gpg: encrypted with 1 passphrase
  52. gpg: decryption failed: bad key
  53. ===== End GnuPG log =====
  54.  
  55.  
  56. GPGError: GPG Failed, see log below:
  57. ===== Begin GnuPG log =====
  58. gpg: CAST5 encrypted data
  59. gpg: encrypted with 1 passphrase
  60. gpg: decryption failed: bad key
  61. ===== End GnuPG log =====
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement