duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] S3 restore = No backup chains found


From: Travis Bell
Subject: Re: [Duplicity-talk] S3 restore = No backup chains found
Date: Fri, 11 Apr 2008 09:45:37 -0600

No problem. Here you go...

---------------------------------
Main action: restore
0 files exist on backend
Extracting backup chains from list of files: []
Collection Status
-----------------
Connecting with backend: BotoBackend
Archive dir: None

Found 0 backup chains without signatures.
No backup chains with active signatures found
No orphaned or incomplete backup sets found.
Last full backup date: none
Using temporary directory /tmp/duplicity-Nyn2Ou-tempdir
Traceback (most recent call last):
  File "/usr/local/bin/duplicity", line 463, in <module>
    with_tempdir(main)
  File "/usr/local/bin/duplicity", line 458, in with_tempdir
    fn()
  File "/usr/local/bin/duplicity", line 428, in main
    restore(col_stats)
  File "/usr/local/bin/duplicity", line 206, in restore
    restore_get_patched_rop_iter(col_stats)):
  File "/usr/local/bin/duplicity", line 221, in restore_get_patched_rop_iter
    backup_chain = col_stats.get_backup_chain_at_time(time)
  File "/usr/local/lib/python2.5/site-packages/duplicity/collections.py", line 717, in get_backup_chain_at_time
    raise CollectionsError("No backup chains found")
duplicity.collections.CollectionsError: No backup chains found
---------------------------------

Thanks Ken,

--
Travis Bell







On 11-Apr-08, at 7:18 AM, Kenneth Loafman wrote:
Travis Bell wrote:
Hey guys,

I have been using Duplicity to backup multiple servers to Amazon's S3
and it works great (really great!) I am running into a problem when
attempting to restore directories though (using the --file-to-restore
works fine, I should mention.)

Using the following command:

duplicity --no-encryption s3+http://bucket/path/to/folder /restore/folder

Results in the following error:

------------
Traceback (most recent call last):
 File "/usr/local/bin/duplicity", line 463, in <module>
   with_tempdir(main)
 File "/usr/local/bin/duplicity", line 458, in with_tempdir
   fn()
 File "/usr/local/bin/duplicity", line 428, in main
   restore(col_stats)
 File "/usr/local/bin/duplicity", line 206, in restore
   restore_get_patched_rop_iter(col_stats)):
 File "/usr/local/bin/duplicity", line 221, in restore_get_patched_rop_iter
   backup_chain = col_stats.get_backup_chain_at_time(time)
 File
"/usr/local/lib/python2.5/site-packages/duplicity/collections.py", line
717, in get_backup_chain_at_time
   raise CollectionsError("No backup chains found")
duplicity.collections.CollectionsError: No backup chains found
------------

It's similar to the error located at this
thread: http://lists.nongnu.org/archive/html/duplicity-talk/2008-03/msg00098.html

Do you know what the issue is here with S3? I am using the latest (0.4.10).

The regression tests are running fine.  They do a backup and verify
against S3 and the other protocols along with.  That's not to say
there's no problem, just not one I can reproduce.

Would you mind running this again with -v9 and posting the output from,
and including, the command line to the end of the run.  Sometimes the
item we need to see is the command line itself or at the beginning of
the log.

...Thanks,
...Ken

_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk


reply via email to

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