
aws-backup
List of commands for aws-backup:
-
aws-backup:tldr:1caaf aws-backup: Create a backup plan using a specific backup plan name and backup rules.$ aws backup create-backup-plan --backup-plan ${plan}try on your machineexplain this command
-
aws-backup:tldr:939a0 aws-backup: Return a list of all active backup plans for the current account.$ aws backup list-backup-planstry on your machineexplain this command
-
aws-backup:tldr:a7769 aws-backup: Delete a specific backup plan.$ aws backup delete-backup-plan --backup-plan-id ${id}try on your machineexplain this command
-
aws-backup:tldr:ae6b6 aws-backup: Return BackupPlan details for a specific BackupPlanId.$ aws backup get-backup-plan --backup-plan-id ${id}try on your machineexplain this command
-
aws-backup:tldr:ee9c2 aws-backup: Display details about your report jobs.$ aws backup list-report-jobstry on your machineexplain this command