← Back to team overview

duplicity-team team mailing list archive

Re: [Question #289074]: SHA1 hash mismatch while recovering backup

 

Question #289074 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/289074

    Status: Answered => Solved

Jon Beyer confirmed that the question is solved:
Ed,

Thanks for your assistance.  The "--ignore-errors" flag is indeed
getting passed through to duplicity.  Full anonymized command to
duplicity at the bottom.  Duplicity version is 0.7.02.

It would seem that "--ignore-errors" does not ignore this type of error.

Because I know that the S3 volumes are intact, and are simply failing
occasionally, is there a recommended way for me to download all of the
S3 volumes, and then have duplicity pull them locally?  If you could
point me in the right direction as to how to achieve this, I would
appreciate it immensely.

Thanks,
Jon


TMPDIR='/mnt/sdf/tmp' PASSPHRASE=0612sensations AWS_ACCESS_KEY_ID='AKIAIFOO' AWS_SECRET_ACCESS_KEY='dtqLKw4u' duplicity --archive-dir '/mnt/sdf/.cache' --name duply_backup --verbosity '9' --volsize 200 --ignore-errors --num-retries 10 --asynchronous-upload -t now 's3://s3.amazonaws.com/duplicity-backups-100mb/' '/mnt/sdf/backup/'

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