Using Amazon S3 for hard drive backups
After reading Baratunde’s heart-wrenching post about losing an entire terabyte of data, including recordings of his late mother, I decided it was time for me to investigate some backup solutions.
I half-assedly make DVD backups of my blog data and important files. But that stuff changes so frequently that a DVD system is really inadequate. An external hard drive is great for on-site backups, but hard drives and DVDs are subject to the same vulnerabilities. What do I do if:
- the hard drive fails or the DVD gets scratched?
- the hard drive gets lost or stolen?
- the hard drive or DVD gets destroyed in a fire?
- I do some dumb sh*t like accidentally knock over a glass of wine onto the hard drive.
Yeah, an external storage solution is so the right idea.
Enter Amazon.com’s Simple Storage Service, part of the company’s web services offerings. Until recently, the program was only useful for developers. S3 uses REST and SOAP to send and retrieve data. If you didn’t know what to do with either of those, good luck taking advantage of the service.
Since S3’s launch, however, a few companies and developers have created easy-to-use interfaces for interacting with S3. Now just about anyone can take advantage of S3 to store data.
Why would you do such a thing? Three words: S3 is cheap. You can calculate just how cheap. Simply pay for what you use. And unlike with most online backup services, you have the added ability to manipulate your data using standard protocols. There’s some serious media serving potential there, particularly if coupled with Amazon’s Elastic Compute Cloud.
For storing and retrieving data you have quite a few options. Here are four of my picks:
JungleDisk
- Operating system(s): Mac, Windows, Linux
- Cost: $20; unlimited installations
- Basics: Mounts like a disk drive, allowing you to easily upload and download files.
S3 Backup (Beta version)
- Operating system(s): Windows
- Cost: Free for now. Beta versions have set expiry dates.
- Basics: Easy-to-use upload/download utility. Interface operates much like any other FTP software.
Transmit 3.6
- Operating system(s): Mac OS X
- Cost: $29.95
- Basics: Fabulous FTP software for Mac with support for S3 in the same familiar Transmit interface.
Amazon S3 Firefox Organizer (S3Fox)
- Operating system(s): Mac OS X, Windows, Linux — any platform that can run Firefox
- Cost: Free(-ish; Don’t be a freeloadin’ jacka**. Make a donation)
- Basics: A Firefox extension with an interface similar to FireFTP. It functions in much the same way.
Do you use S3? What tools have you used to store and retrieve data? Do you prefer another online storage service? Make your case in the comments.


















