System Grab Bag

View all TLDR pages from common (or from all pages)

aws backup

Unified backup service designed to protect Amazon Web Services services and their associated data. More information: https://docs.aws.amazon.com/cli/latest/reference/backup/index.html.
  • Return BackupPlan details for a specific BackupPlanId:
    aws backup get-backup-plan --backup-plan-id {{id}}
  • Create a backup plan using a specific backup plan name and backup rules:
    aws backup create-backup-plan --backup-plan {{plan}}
  • Delete a specific backup plan:
    aws backup delete-backup-plan --backup-plan-id {{id}}
  • Return a list of all active backup plans for the current account:
    aws backup list-backup-plans
  • Display details about your report jobs:
    aws backup list-report-jobs

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.