Forrest logo
back to context overview

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 machine
    explain this command
  • aws-backup:tldr:939a0 aws-backup: Return a list of all active backup plans for the current account.
    $ aws backup list-backup-plans
    try on your machine
    explain 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 machine
    explain 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 machine
    explain this command
  • aws-backup:tldr:ee9c2 aws-backup: Display details about your report jobs.
    $ aws backup list-report-jobs
    try on your machine
    explain this command
back to context overview