S3 backup ERROR - S3/ListBucketResponse.pm line 26

Had a scare today and realized I didnt have a backup......so I need to get the S3 backups working pronto. XML lib already installed, and credentials are correct. How do I fix the error below?

Thanks,

Max

Starting backup of 28 domains to Amazon S3 bucket %d-%m-%Y ..

HTTP/1.0 500 Perl execution failed Server: MiniServ/0.01 Date: Sat, 29 May 2010 20:07:02 GMT Content-type: text/html Connection: close Error - Perl execution failed

File does not exist: at S3/ListBucketResponse.pm line 26

Status: 
Closed (fixed)

Comments

Did you check the box "Do strftime-style time substitutions on file or directory name" on the backup form? Without that, codes like %d won't be substituted correctly.

Also, since the bucket namespace is global, a name like %d-%m-%Y is likely to clash with other users. You should use something like : max-%d-%m-%Y

Looks like that did it. Thanks...That error message is very un-informative.

Thanks for the help have a good holiday.

Cool .. I will see what I can do to make it clearer. Unfortunately most of those error messages come from Amazon and/or their API.

Cool .. I will see what I can do to make it clearer. Unfortunately most of those error messages come from Amazon and/or their API.

Automatically closed -- issue fixed for 2 weeks with no activity.