Any progress on this bug? I have the same issue:
- Run a full backup with parameter --s3-use-deep-archive
- Next day run a incremental backup, which results in the following error:

"Copying duplicity-full-signatures.20220724T100144Z.sigtar.gpg to local cache.
Attempt of get Nr. 1 failed. InvalidObjectState: An error occurred 
(InvalidObjectState) when calling the GetObject operation: The operation is not 
valid for the object's storage class"

The bug is reproducible under Ubuntu 20.04.4 LTS with version 0.8.12 and
0.8.23.2

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to duplicity in Ubuntu.
https://bugs.launchpad.net/bugs/1875937

Title:
  Download of vol1 in validate_encryption_settings() fails when using S3
  glacier

Status in Duplicity:
  Fix Released
Status in duplicity package in Ubuntu:
  Fix Committed

Bug description:
  Duplicity version: 0.8.12.1612
  ubuntu 20.04 LTS
  python 3.8.2

  When i try to restart a backup which goes to S3 (via boto3) (use of:
  --s3-use-deep-archive or --s3-use-glacier) it fails:

  Last full backup date: Wed Apr 29 17:45:32 2020
  RESTART: Volumes 2 to 2 failed to upload before termination.
           Restarting backup at volume 2.
  Attempt 1 failed. ClientError: An error occurred (InvalidObjectState) when 
calling the GetObject operation: The operation is not valid for the object's 
storage class
  Attempt 2 failed. ClientError: An error occurred (InvalidObjectState) when 
calling the GetObject operation: The operation is not valid for the object's 
storage class

  This is because a file stored in glacier cannot be downloaded. I dont
  know if this known?

  To solve this: either skip validate_encryption_settings() when using
  any of this storage backends or introduce an option to skip the
  download manually (e.g. --skip-download-on-restart)

  I fixed it for me with manully skipping the
  validate_encryption_settings() function.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875937/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to