add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# AWS 备份
> 统一备份服务,旨在保护 Amazon Web Services 服务及其相关数据。
> 更多信息:<https://docs.aws.amazon.com/cli/latest/reference/backup/index.html>。
- 返回特定 BackupPlanId 的 BackupPlan 详细信息:
`aws backup get-backup-plan --backup-plan-id {{id}}`
- 使用特定的备份计划名称和备份规则创建备份计划:
`aws backup create-backup-plan --backup-plan {{plan}}`
- 删除特定的备份计划:
`aws backup delete-backup-plan --backup-plan-id {{id}}`
- 列出当前账户的所有活动备份计划:
`aws backup list-backup-plans`
- 显示有关报告作业的详细信息:
`aws backup list-report-jobs`