duplicity-talk
[Top][All Lists]
Advanced

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

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


From: Travis Bell
Subject: [Duplicity-talk] S3 restore = No backup chains found
Date: Thu, 10 Apr 2008 14:41:11 -0600

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).

Thanks guys!


--
Travis Bell








reply via email to

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