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.
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.
JungleDisk, now owned by Rackspace
Duplicity, is a close match for existing rsync solutions, using S3 as the target
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/
I use S3Sync. Works great!