I'm looking for a backup solution provider for amazon AWS cloud. In particular, automating RDS & S3 backups.

I found all kind of automatic scripts and software, however, I'm looking for a complete solution which I don't need to manage.

For RDS backups, I currently use internal RDS snapshots now, but there are a couple of issues with it. The snapshots are saved on the same account and are limited in number. I also need actual sql dumps of the server. For that, I've created a PHP backup script (https://github.com/aporat/php-task-manager/blob/master/src/Task/DatabaseBackup.php).

For S3 backups, I'm using http://www.cloudberrylab.com/, however, again, I have to manage the backup process myself.

Ideally, this backup solution will be cross-cloud. So for example, it will backup my amazon aws data into rackspace every night. For RDS, it should save a history of sql dumps and for S3 it should sync the entire tree or keep incremental backups.

Anyone heard about a solution or a project similar to that? I was checking for a while and couldn't find something helpful.

link|improve this question
Product and service recommendations are off-topic per the FAQ. – sysadmin1138 Feb 9 at 16:26
"Amazon S3 is designed to provide 99.999999999% durability of objects over a given year. This durability level corresponds to an average annual expected loss of 0.000000001% of objects. For example, if you store 10,000 objects with Amazon S3, you can on average expect to incur a loss of a single object once every 10,000,000 years. In addition, Amazon S3 is designed to sustain the concurrent loss of data in two facilities." – ceejayoz Feb 9 at 16:37
That's true, however, we're more concerned with malicious activity for example. someone gaining access and deleting servers / files. amazon won't deal with that – aporat Feb 9 at 17:01
feedback

closed as off topic by ErikA, sysadmin1138 Feb 9 at 16:27

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.