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.

http://docs.aws.amazon.com/amazonrds/latest/commandlinereference/clireference-cmd-describedbsnapshots.html

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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -