Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.13 KB

File metadata and controls

31 lines (24 loc) · 1.13 KB
aliases author date tags title
/2008/06/05/backing-up-mysql-to-amazons-s3/
Major Hayden
2008-06-05 17:18:49 -0700
mysql
perl
Backing up MySQL to Amazon’s S3

I received an e-mail from Tim Linden about a post he made in his blog about backing up MySQL data to Amazon's S3.

The article goes over installing the Net::Amazon::S3 Perl module via WHM (which is handy for the cPanel users). However, if you're not a cPanel user, you can install it via CPAN:

# perl -MCPAN -e 'install Net::Amazon::S3'

If you'd rather install it through Webmin, go to the 'Others' section, and click 'Perl Modules'.

Also, Tim mentions configuring a Firefox extension for accessing S3 that works very well. However, I find myself using Safari most often, so I prefer to use Jungle Disk or Transmit on my Mac.

Overall, it's a great post, and I'm glad Tim told me about it!