I have been looking on Amazon RDS for a way to automatically created incremental snapshots for RDS databases. I want to create hourly snapshots.
Can anyone help me ?
I have been looking on Amazon RDS for a way to automatically created incremental snapshots for RDS databases. I want to create hourly snapshots.
Can anyone help me ?
You can refer to http://aws.amazon.com/rds/faqs/#23 or you can use the CLI with a scheduled task:
aws rds create-db-snapshot --db-snapshot-identifier DBName-Snapshot-20131125 --db-instance-identifier DBName