I'm trying to get Duplicity to work with OVHcloud's S3 offering.
I've set up an S3 container, and it works when I use "s3cmd":
me@pc ~]$ s3cmd ls
2023-05-07 16:02 s3://backupcontainer-pc
However, when using [duplicity (version 1.2.2), I run into an error:
File "/usr/lib/python3.11/site-packages/botocore/client.py", line 960, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (400) when calling the HeadBucket operation: Bad Request
This is the command I use (altough I add many more --include/--exclude parameters):
duplicity --verbosity Debug --no-print-statistics --include /usr/local --include /root --exclude ** --asynchronous-upload --s3-region-name WAW --s3-endpoint-url https://s3.waw.io.cloud.ovh.net / s3://backupcontainer-pc
When running the command, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are set using the same values which work with s3cmd.
Any ideas?
Duplicity S3: Error when calling the HeadBucket operation
Related questions
- Error while Using Restic to Backup - TooManyRequests
11502
10.05.2022 08:27
- CloudFlare and Public Storage configuration
5163
21.06.2018 10:03
- Hubic - backups fail from synology nas
4407
13.04.2018 12:54
- Cloud Archive + Rsync
4064
30.03.2018 15:17
- HA-NAS and Active Directory
4043
30.12.2024 19:44
- Can't connect to hubic
3882
08.02.2018 18:39
- Hubic on line storage - files download problems
3531
12.02.2018 12:46
- Using aws sdk (java 2.x) to access S3/Swift Object Storage
3428
26.07.2022 09:28
- hubiC - Error 503 in syncronization
2977
13.07.2018 10:26