duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] error with duplicity


From: Tim Riemenschneider
Subject: Re: [Duplicity-talk] error with duplicity
Date: Wed, 22 Dec 2010 01:29:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101213 Iceowl/1.0b2 Icedove/3.1.7

Am 21.12.2010 16:18, schrieb Shawn:
> Miguel,
>
> I tried exporting the keys getting around the same error ->
>
Hi, I have no experience with s3, but judging from the error:
>   File "/usr/lib/python2.6/ConfigParser.py", line 482, in _read
>     raise MissingSectionHeaderError(fpname, lineno, line)
> MissingSectionHeaderError: File contains no section headers.
> file: /etc/boto.cfg, line: 1
> 'aws_access_key_id: 'mykey/n'

I would assume a wrong syntax of the file (no section headers).

According to http://code.google.com/p/boto/wiki/BotoConfig that should be:

[Credentials]
aws_access_key_id = <your access key>
aws_secret_access_key = <your secret key>


(I guess, you have simply left out the line "[Credentials]")

Oh, and by the way:
> duplicity backup/* s3+http://jumpbox/

probably has to be
duplicity backup s3+http://jumpbox/

to save the directory backup with all its contents.

Regards,
Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]