Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.15 KB | None | 0 0
  1. (duplicity)andrea-Inspiron-660:duplicity andrea [master] $ PYTHONPATH=. ./bin/duplicity -v9 sx://indian.skylable.com/vol-andy80/ ./test-bkp
  2. Using archive dir: /home/andrea/.cache/duplicity/61941b7063590b1f99c02667bf4b7869
  3. Using backup name: 61941b7063590b1f99c02667bf4b7869
  4. Import of duplicity.backends.botobackend Succeeded
  5. Import of duplicity.backends.cfbackend Succeeded
  6. Import of duplicity.backends.dpbxbackend Succeeded
  7. Import of duplicity.backends.ftpbackend Succeeded
  8. Import of duplicity.backends.ftpsbackend Succeeded
  9. Import of duplicity.backends.gdocsbackend Succeeded
  10. Import of duplicity.backends.giobackend Succeeded
  11. Import of duplicity.backends.hsibackend Succeeded
  12. Import of duplicity.backends.imapbackend Succeeded
  13. Import of duplicity.backends.localbackend Succeeded
  14. Import of duplicity.backends.megabackend Succeeded
  15. Import of duplicity.backends.par2backend Succeeded
  16. Import of duplicity.backends.rsyncbackend Succeeded
  17. Import of duplicity.backends.sshbackend Succeeded
  18. Import of duplicity.backends.swiftbackend Succeeded
  19. Import of duplicity.backends.sxbackend Succeeded
  20. Import of duplicity.backends.tahoebackend Succeeded
  21. Import of duplicity.backends.webdavbackend Succeeded
  22. Main action: restore
  23. ================================================================================
  24. duplicity $version ($reldate)
  25. Args: ./bin/duplicity -v9 sx://indian.skylable.com/vol-andy80/ ./test-bkp
  26. Linux andrea-Inspiron-660 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64
  27. /home/andrea/.virtualenvs/duplicity/bin/python2 2.7.6 (default, Mar 22 2014, 22:59:56)
  28. [GCC 4.8.2]
  29. ================================================================================
  30. Using temporary directory /tmp/duplicity-V8v6rE-tempdir
  31. Registering (mkstemp) temporary file /tmp/duplicity-V8v6rE-tempdir/mkstemp-x5V32c-1
  32. Temp has 21524570112 available, backup will use approx 34078720.
  33. Reading results of 'sxls sx://indian.skylable.com/vol-andy80/'
  34. Synchronising remote metadata to local cache...
  35. PASSPHRASE variable not set, asking user.
  36. GnuPG passphrase:
  37. Copying duplicity-full-signatures.20140618T191318Z.sigtar.gpg to local cache.
  38. Registering (mktemp) temporary file /tmp/duplicity-V8v6rE-tempdir/mktemp-0tsmWi-2
  39. ....
  40. Backtrace of previous error: Traceback (innermost last):
  41.   File "/home/andrea/Downloads/duplicity/duplicity/backend.py", line 367, in inner_retry
  42.     return fn(self, *args)
  43.   File "/home/andrea/Downloads/duplicity/duplicity/backend.py", line 543, in get
  44.     "from backend") % util.ufn(local_path.name))
  45.  BackendException: File /tmp/duplicity-V8v6rE-tempdir/mktemp-0tsmWi-2 not found locally after get from backend
  46.  
  47. Attempt 1 failed. BackendException: File /tmp/duplicity-V8v6rE-tempdir/mktemp-0tsmWi-2 not found locally after get from backend
  48. ^CReleasing lockfile <LinkLockFile: '/home/andrea/.cache/duplicity/61941b7063590b1f99c02667bf4b7869/andrea-Inspiron-660.4160' -- '/home/andrea/.cache/duplicity/61941b7063590b1f99c02667bf4b7869/lockfile'>
  49. Removing still remembered temporary file /tmp/duplicity-V8v6rE-tempdir/mkstemp-x5V32c-1
  50. Removing still remembered temporary file /tmp/duplicity-V8v6rE-tempdir/mktemp-0tsmWi-2
  51. INT intercepted...exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement