我编写了命令:
az backup protection backup-now --resource-group Rsrgrp
--vault-name CLIbkvault --container-name CLIcont
--item-name MyItem --retain-until 29-02-2020
--backup-management-type AzureStorage
我得到了这个错误:
未找到项目。请提供有效的项目名称。
我不知道错误指的是哪个商品名。
我猜这是您第一次尝试备份资源,是吗?
如果是,则需要首先将受保护的资源添加到备份保管库,然后项目名称将是要备份的资源的名称。
Azure VM
az backup protection enable-for-vm --policy-name
--vm
[--disk-list-setting {exclude, include}]
[--diskslist]
[--ids]
[--resource-group]
[--subscription]
[--vault-name]
Azure文件共享
az backup protection enable-for-azurefileshare --azure-file-share
--policy-name
--storage-account
[--ids]
[--resource-group]
[--subscription]
[--vault-name]
Azure工作负载
az backup protection enable-for-azurewl --policy-name
--protectable-item-name
--protectable-item-type {HANAInstance, SAPHanaDatabase, SAPHanaSystem, SQLAG, SQLDatabase, SQLInstance}
--server-name
--workload-type {AzureFileShare, MSSQL, SAPHANA, SAPHanaDatabase, SQLDataBase, VM}
[--ids]
[--resource-group]
[--subscription]
[--vault-name]
https://learn.microsoft.com/en-us/cli/azure/backup/protection