列表
查看RDS实例备份列表
- 菜单导航: 数据库 -> RDS实例 -> 详情页 -> 备份管理标签页
# 查看RDS实例c466cc2b-5377-4bf3-8cf8-f9d8c89fb955 备份列表
$ climc dbinstance-backup-list --dbinstance c466cc2b-5377-4bf3-8cf8-f9d8c89fb955 --details
+--------------------------------------+------------+--------+----------------+------------+--------+
| ID | Name | Status | Backup_Size_Mb | DBInstance | Engine |
+--------------------------------------+------------+--------+----------------+------------+--------+
| 4eca9256-f998-402e-83bf-db7b0860c5c3 | tes_backup | ready | 13 | testrds | MySQL |
| 41f3ea39-0f6c-43b6-8fa7-d83ffb89a159 | ef7b3e0a | ready | 13 | testrds | MySQL |
+--------------------------------------+------------+--------+----------------+------------+--------+
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最后修改 24.06.2021: add: more docs for rds (485f438)