Submitted by max on Sat, 05/29/2010 - 15:23
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
Submitted by JamieCameron on Sat, 05/29/2010 - 16:11 Comment #1
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
Submitted by max on Sat, 05/29/2010 - 20:00 Comment #2
Looks like that did it. Thanks...That error message is very un-informative.
Thanks for the help have a good holiday.
Submitted by JamieCameron on Sun, 05/30/2010 - 00:11 Comment #3
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.
Submitted by JamieCameron on Sun, 05/30/2010 - 00:11 Comment #4
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.
Submitted by Issues on Sun, 06/13/2010 - 02:50 Comment #5
Automatically closed -- issue fixed for 2 weeks with no activity.