duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #02726
[Question #261028]: BackendException error with S3
New question #261028 on Duplicity:
https://answers.launchpad.net/duplicity/+question/261028
Hi, I'm using Duplicity 0.7.01 with Boto 2.35.2 on Ubuntu 14.04.1.
I get an empty Backend Exception message when I try to backup to S3.
A simplified example:
#!/bin/bash
export AWS_ACCESS_KEY_ID="..."
export AWS_SECRET_ACCESS_KEY="..."
duplicity /root s3://s3-website.eu-central-1.amazonaws.com/bucket_name/folder_name
If I run this script I get no output for about a minute, then I get this line:
BackendException:
Any suggestions?
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.