duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Restoring from Duplicity -- frustration.


From: Bill Case
Subject: Re: [Duplicity-talk] Restoring from Duplicity -- frustration.
Date: Tue, 18 Mar 2014 21:30:42 -0400

On Wed, 2014-03-19 at 00:07 +0000, Tom Johnson wrote:
> Hi,
> 
> You're still missing where you want to restore the files to – add that
> on the end of the restore path.
> 
> As for your other command, you're missing a slash – it's file:///
> 
> Try running this:
> 
> duplicity restore --file-to-restore .local/share/gnote
> file:///run/media/wcase/LinuxBUb/bill-19BU bill-19BURestored/
> 
> Tom
> ngnu.org/mailman/listinfo/duplicity-talk

/]# duplicity restore --file-to-restore .local/share/gnote
file:///run/media/wcase/LinuxBUb/bill-19BU  bill-19BURestored

I misunderstood the instructions.  Duplicity restore - has three
elements. If you are looking for a particular set of files within the
backedup set of files 1) the location/name/path of the files one wants
to restore 2) the location of the set of files that have been backed up
and 3) the location of where to put them.  I was misreading the
instructions so that I thought the elements 1) and 2) could be
combined.  

But I still have a problem.  

I am still getting an error message.  For the above /]# duplicity
restore I get as a return.
Import of duplicity.backends.dpbxbackend Failed: No module named
pkg_resources
Local and Remote metadata are synchronized, no sync needed.
Traceback (most recent call last):
  File "/bin/duplicity", line 1466, in <module>
    with_tempdir(main)
  File "/bin/duplicity", line 1459, in with_tempdir
    fn()
  File "/bin/duplicity", line 1341, in main
    globals.archive_dir).set_values()
  File "/usr/lib64/python2.7/site-packages/duplicity/collections.py",
line 693, in set_values
    self.get_backup_chains(partials + backend_filename_list)
  File "/usr/lib64/python2.7/site-packages/duplicity/collections.py",
line 816, in get_backup_chains
    map(add_to_sets, filename_list)
  File "/usr/lib64/python2.7/site-packages/duplicity/collections.py",
line 806, in add_to_sets
    if set.add_filename(filename):
  File "/usr/lib64/python2.7/site-packages/duplicity/collections.py",
line 97, in add_filename
    (self.volume_name_dict, filename)
AssertionError: ({1: 'duplicity-full.20140311T153635Z.vol1.difftar', 2:
'duplicity-full.20140311T153635Z.vol2.difftar.gz', 3:
'duplicity-full.20140311T153635Z.vol3.difftar.gz', ....
62: 'duplicity-full.20140311T153635Z.vol62.difftar.gz'}


-- 
Regards William Case,
Fedora 20, Gnome 3.10.1,
Evo 3.10.4, Emacs 24x.




reply via email to

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