Deja Dup Backup Recovery Problem with standard Ubuntu 14.04

Asked by Mitradeva

With Ubunutu 12.04. I backed up my data automatically. After installing 14.04 I failed to recover my data.

I filled in the following line in the recovery window:

/media/mitradeva/A2C2DD6AC2DD42E9/

Then, after some time, the following message came:

Fauiled with unknown mistake (my translation):

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1494, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1488, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1337, in main
    do_backup(action)
  File "/usr/bin/duplicity", line 1370, in do_backup
    globals.archive_dir).set_values()
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 697, in set_values
    self.get_backup_chains(partials + backend_filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 819, in get_backup_chains
    map(add_to_sets, filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 809, in add_to_sets
    if set.add_filename(filename):
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 100, in add_filename
    (self.volume_name_dict, filename)
AssertionError: ({1: 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar.gz'}, 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar')

How can I recover my data?

Thank you.
mitra

Question information

Language:
English Edit question
Status:
Expired
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Michael Terry (mterry) said :
#1

Try the following in a console:

mv
/media/mitradeva/A2C2DD6AC2DD42E9/duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar
~

And then trying again.

On 6 May 2014 14:36, Mitradeva <email address hidden> wrote:

> New question #248277 on Duplicity:
> https://answers.launchpad.net/duplicity/+question/248277
>
> With Ubunutu 12.04. I backed up my data automatically. After installing
> 14.04 I failed to recover my data.
>
> I filled in the following line in the recovery window:
>
> /media/mitradeva/A2C2DD6AC2DD42E9/
>
> Then, after some time, the following message came:
>
> Fauiled with unknown mistake (my translation):
>
> Traceback (most recent call last):
> File "/usr/bin/duplicity", line 1494, in <module>
> with_tempdir(main)
> File "/usr/bin/duplicity", line 1488, in with_tempdir
> fn()
> File "/usr/bin/duplicity", line 1337, in main
> do_backup(action)
> File "/usr/bin/duplicity", line 1370, in do_backup
> globals.archive_dir).set_values()
> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
> 697, in set_values
> self.get_backup_chains(partials + backend_filename_list)
> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
> 819, in get_backup_chains
> map(add_to_sets, filename_list)
> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
> 809, in add_to_sets
> if set.add_filename(filename):
> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
> 100, in add_filename
> (self.volume_name_dict, filename)
> AssertionError: ({1:
> 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar.gz'},
> 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar')
>
> How can I recover my data?
>
> Thank you.
> mitra
>
>
>
> --
> You received this question notification because you are a member of
> duplicity-team, which is an answer contact for Duplicity.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~duplicity-team
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~duplicity-team
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Mitradeva (mihost) said :
#2

Sorry, not sure if I understand. (Native German)

"Try in console" would that be in a terminal?

When I tried the terminal said "no authorisation".

mitra

Am 06.05.2014 20:51, schrieb Michael Terry:
> Your question #248277 on Duplicity changed:
> https://answers.launchpad.net/duplicity/+question/248277
>
> Status: Open => Answered
>
> Michael Terry proposed the following answer:
> Try the following in a console:
>
> mv
> /media/mitradeva/A2C2DD6AC2DD42E9/duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar
> ~
>
> And then trying again.
>
>
> On 6 May 2014 14:36, Mitradeva <email address hidden> wrote:
>
>> New question #248277 on Duplicity:
>> https://answers.launchpad.net/duplicity/+question/248277
>>
>> With Ubunutu 12.04. I backed up my data automatically. After installing
>> 14.04 I failed to recover my data.
>>
>> I filled in the following line in the recovery window:
>>
>> /media/mitradeva/A2C2DD6AC2DD42E9/
>>
>> Then, after some time, the following message came:
>>
>> Fauiled with unknown mistake (my translation):
>>
>> Traceback (most recent call last):
>> File "/usr/bin/duplicity", line 1494, in <module>
>> with_tempdir(main)
>> File "/usr/bin/duplicity", line 1488, in with_tempdir
>> fn()
>> File "/usr/bin/duplicity", line 1337, in main
>> do_backup(action)
>> File "/usr/bin/duplicity", line 1370, in do_backup
>> globals.archive_dir).set_values()
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 697, in set_values
>> self.get_backup_chains(partials + backend_filename_list)
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 819, in get_backup_chains
>> map(add_to_sets, filename_list)
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 809, in add_to_sets
>> if set.add_filename(filename):
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 100, in add_filename
>> (self.volume_name_dict, filename)
>> AssertionError: ({1:
>> 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar.gz'},
>> 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar')
>>
>> How can I recover my data?
>>
>> Thank you.
>> mitra
>>
>>
>>
>> --
>> You received this question notification because you are a member of
>> duplicity-team, which is an answer contact for Duplicity.
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~duplicity-team
>> Post to : <email address hidden>
>> Unsubscribe : https://launchpad.net/~duplicity-team
>> More help : https://help.launchpad.net/ListHelp
>>

Revision history for this message
Mitradeva (mihost) said :
#3

Running

mv/media/mitradeva/A2C2DD6AC2DD42E9/duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar

in a terminal/console would end up with:

"no file or directory found"

mitra

Am 06.05.2014 20:51, schrieb Michael Terry:
> Your question #248277 on Duplicity changed:
> https://answers.launchpad.net/duplicity/+question/248277
>
> Status: Open => Answered
>
> Michael Terry proposed the following answer:
> Try the following in a console:
>
> mv
> /media/mitradeva/A2C2DD6AC2DD42E9/duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar
> ~
>
> And then trying again.
>
>
> On 6 May 2014 14:36, Mitradeva <email address hidden> wrote:
>
>> New question #248277 on Duplicity:
>> https://answers.launchpad.net/duplicity/+question/248277
>>
>> With Ubunutu 12.04. I backed up my data automatically. After installing
>> 14.04 I failed to recover my data.
>>
>> I filled in the following line in the recovery window:
>>
>> /media/mitradeva/A2C2DD6AC2DD42E9/
>>
>> Then, after some time, the following message came:
>>
>> Fauiled with unknown mistake (my translation):
>>
>> Traceback (most recent call last):
>> File "/usr/bin/duplicity", line 1494, in <module>
>> with_tempdir(main)
>> File "/usr/bin/duplicity", line 1488, in with_tempdir
>> fn()
>> File "/usr/bin/duplicity", line 1337, in main
>> do_backup(action)
>> File "/usr/bin/duplicity", line 1370, in do_backup
>> globals.archive_dir).set_values()
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 697, in set_values
>> self.get_backup_chains(partials + backend_filename_list)
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 819, in get_backup_chains
>> map(add_to_sets, filename_list)
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 809, in add_to_sets
>> if set.add_filename(filename):
>> File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line
>> 100, in add_filename
>> (self.volume_name_dict, filename)
>> AssertionError: ({1:
>> 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar.gz'},
>> 'duplicity-inc.20140425T065204Z.to.20140501T174821Z.vol1.difftar')
>>
>> How can I recover my data?
>>
>> Thank you.
>> mitra
>>
>>
>>
>> --
>> You received this question notification because you are a member of
>> duplicity-team, which is an answer contact for Duplicity.
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~duplicity-team
>> Post to : <email address hidden>
>> Unsubscribe : https://launchpad.net/~duplicity-team
>> More help : https://help.launchpad.net/ListHelp
>>

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.