My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Sep 24, 2008
    issue 1 (Put failed: Internal Server Error) commented on by vit.bartunek   -   Try a -r parametr, it will retry automaticly.
    Try a -r parametr, it will retry automaticly.
  • Aug 09, 2008
    issue 1 (Put failed: Internal Server Error) reported by br...@tannerpages.com   -   I'm trying to create some backup scripts that use your tools to copy some files to and from my S3 bucket in the hopes of automating the process of settings up new EC2 instances. I'm only backing up a few files, like this: #!/bin/bash echo "uploading tomcat-users.xml file" s3put -k deploy/tomcat-users.xml bt-recordbook tomcat-users.xml echo "uploading the setup script" s3put -k deploy/setup.bash bt-recordbook setup.bash echo "uploading the restore script" s3put -k deploy/restore.bash bt-recordbook restore.bash echo "uploading this backup script" s3put -k deploy/backup.bash bt-recordbook backup.bash echo "uploading this redeploy script" s3put -k deploy/redeploy.bash bt-recordbook redeploy.bash echo "uploading database scripts" s3put -k deploy/backup_mysql.bash bt-recordbook backup_mysql.bash s3put -k deploy/restore_mysql.bash bt-recordbook restore_mysql.bash echo "uploading this credentials" s3put -k deploy/credentials.txt bt-recordbook bt-recordbook/credentials/credentials.txt But even so, 50% of the time I get "Put failed: Internal Server Error" on one more more of those items. Any ideas?
    I'm trying to create some backup scripts that use your tools to copy some files to and from my S3 bucket in the hopes of automating the process of settings up new EC2 instances. I'm only backing up a few files, like this: #!/bin/bash echo "uploading tomcat-users.xml file" s3put -k deploy/tomcat-users.xml bt-recordbook tomcat-users.xml echo "uploading the setup script" s3put -k deploy/setup.bash bt-recordbook setup.bash echo "uploading the restore script" s3put -k deploy/restore.bash bt-recordbook restore.bash echo "uploading this backup script" s3put -k deploy/backup.bash bt-recordbook backup.bash echo "uploading this redeploy script" s3put -k deploy/redeploy.bash bt-recordbook redeploy.bash echo "uploading database scripts" s3put -k deploy/backup_mysql.bash bt-recordbook backup_mysql.bash s3put -k deploy/restore_mysql.bash bt-recordbook restore_mysql.bash echo "uploading this credentials" s3put -k deploy/credentials.txt bt-recordbook bt-recordbook/credentials/credentials.txt But even so, 50% of the time I get "Put failed: Internal Server Error" on one more more of those items. Any ideas?
 
Powered by Google Project Hosting