amazon web services - How do I list the automated backups in RDS -
is there way can use rds-describe-db-snapshots
command find recent automated backup?
it used possible -t option amazon has since removed capability , lists manual backups.
as @ 10th may 2014, looks can still use --t flag list automated backups.
from there, should able parse output determine latest snapshots.
rds-describe-db-snapshots --t automated dbsnapshot rds:<name>-2014-05-06-17-12 2014-05-06t17:12:39.779z <name> 2014-04-12t15:50:57.035z mysql 300 3000 available 100 username default:mysql-5-6 5.6.13 general-public-license automated <vpc> dbsnapshot rds:<name>-2014-05-07-17-11 2014-05-07t17:11:48z <name> 2014-04-12t15:50:57.035z mysql 300 3000 available 100 username default:mysql-5-6 5.6.13 general-public-license automated <vpc>
Comments
Post a Comment