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.