Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

What software do you recommend for using Amazon S3 as a placeholder for daily backups?

I need it to be fully automated, and easy to restore data.

share|improve this question

5 Answers

JungleDisk, now owned by Rackspace

share|improve this answer
I've been using JungleDisk for nearly 18 months now, it's brilliant! – saschabeaumont May 26 '09 at 5:21
2  
JungleDisk has really gone downhill since Rackspace has bought it. There is virtually no support or sign of life and I would not be surprised if the product will be discontinued soon. I would definitely not recommend choosing JungleDisk as a backup solution at this point, until things are cleared up. – Aron Rotteveel Jan 20 '12 at 21:57

Duplicity, is a close match for existing rsync solutions, using S3 as the target

share|improve this answer
+1 very reliable and open source tool - also GUI's for windows and ubuntu from 3rd parties that are well made. Unfortunately the GUI's for OS X are too buggy at the time of writing. – t.mikael.d Mar 5 at 19:29

I use S3Sync. Works great!

share|improve this answer
1  
I was most excited about s3sync, but found it buggy. For example, it transferred the same files over and over, instead of skipping them. – Artem Russakovskii May 24 '09 at 22:34
Seconded, I used s3sync extensively to push offline backups to s3 but found it to be unreliable, often failing mid backup due to poor error handling – Dave Cheney May 25 '09 at 0:14
Apparently s3sync is no longer being developed - according to s3sync.net/wiki – Hamish Downer May 10 '11 at 15:59

Deja Dup is a graphical frontend to duplicity that can target Amazon S3. It schedules regular backups, and offers incremental backups and encryption.

share|improve this answer
Note: Only for Ubuntu/linux. – t.mikael.d Mar 5 at 19:27

The best free script for S3 backup is s3cmd.

For better options, you should use the svn version:

svn co https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk/

share|improve this answer
I'll 2nd this. A very flexible tool and easy to add to scripts. – Ian Purton Dec 5 '10 at 19:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.