duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #03865
Re: [Question #402905]: Task 'BKP' failed with exit code '30'
Question #402905 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/402905
Status: Open => Solved
juniorfga confirmed that the question is solved:
I've found the solution on this page
http://boto.cloudhackers.com/en/latest/getting_started.html
under the "Configuring Boto Credentials" topic, it seems that
Duply/Duplicity is not updating the environment variables (e.g.
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SECURITY_TOKEN and
AWS_PROFILE). so I've created a ~/.boto file with these contents:
[Credentials]
aws_access_key_id = YOURACCESSKEY
aws_secret_access_key = YOURSECRETKEY
and it start working
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.