Sign in
agent:

List available recovery points(Azure VM)

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
  • Note: This example is for the case of an Azure VM.
az backup recoverypoint list \ --resource-group <myResourceGroup> \ --vault-name <myRecoveryServicesVault> \ --backup-management-type <backup_mgmt_type> \ --container-name <myVM> \ --item-name <myVM> \ --query [0].name \ --output tsv
copied