LinuxCommandLibrary

aws-backup

Unified backup service designed to protect Amazon Web Services services and their associated data.

TLDR

Return BackupPlan details for a specific BackupPlanId

$ aws backup get-backup-plan --backup-plan-id [id]
copy


Create a backup plan using a specific backup plan name and backup rules
$ aws backup create-backup-plan --backup-plan [plan]
copy


Delete a specific backup plan
$ aws backup delete-backup-plan --backup-plan-id [id]
copy


Return a list of all active backup plans for the current account
$ aws backup list-backup-plans
copy


Display details about your report jobs
$ aws backup list-report-jobs
copy

Copied to clipboard