Tag: Database Backup

Backup MySQL Databases to Amazon S3 Using PHP

May 16, 2011 | By | Add a Comment

With a few lines of PHP code and S3tool’s s3cmd command-line tool you can backup your MySQL databases automatically to Amazon’s S3. To use this script you’ll need SSH access to your server. First download s3cmd and upload it to your server. Installation is straight forward. The PHP code is simple:

Continue Reading