← Back to team overview

duplicity-team team mailing list archive

[Question #402919]: single backedup file - restore problem

 

New question #402919 on Duplicity:
https://answers.launchpad.net/duplicity/+question/402919

Some time ago I've configured duplicity to backup my files. what it does backup is single veracrypt container (around 27gbs). Splits it and sends to S3. Though, it turns out I have problem to restore it. Duply (or duplicity for that matter) seems to have a problem to merge these files into one single file. My output is just an empty folder with container's name.
Anyone had such problem before?
For now I have just downloaded from Amazon's S3 all files to my local disk and tried to restore it from local directory but it didn't work.
While backing up I didn't use gpg encryption (since vc's container is itself encrypted..).

I guess that worth mentioning is fact that it seemed to back it up earlier without problems. Both full and incr backups went just fine. All diff.tar files together have around the same size as backed-up container itself.
Command I'm using to restore:

    duplicity restore --no-encryption file:///home/johnniedoe/backup/ /home/johnniedoe/restored

And duply's config if it will be of any help.

    GPG_KEY='disabled'
    TARGET='s3://s3-eu-west-1.amazonaws.com/johnniedoe/backup'
    export AWS_ACCESS_KEY_ID='MYACCESSKEY'
    export AWS_SECRET_ACCESS_KEY='MYSECRETKEY'

    SOURCE='Private'

    PYTHON="python2"

    MAX_AGE=6M
    MAX_FULL_BACKUPS=3

    # verbosity of output (error 0, warning 1-2, notice 3-4, info 5-8, debug 9)
    # default is 4, if not set
    VERBOSITY=9

And version:

    ➜  ~ duply --version
      duply version 1.11.3
      (http://duply.net)
    
      Using installed duplicity version 0.7.09, python 2.7.12, gpg 2.1.15 (Home: /home/johnniedoe/.gnupg), awk 'GNU Awk 4.1.4, API: 1.1 (GNU MPFR 3.1.5, GNU MP 6.1.1)', grep 'grep (GNU grep) 2.25', bash '4.3.46(1)-release (x86_64-unknown-linux-gnu)'.
    ➜  ~ uname -a
    Linux 1337 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64 GNU/Linux


Anyone seen this before?

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.