I am trying to create a backup copy job for an Azure backup and need help to understand some points about command Get-VBRAzureComputeBackup :
- Get-VBRAzureComputeBackup: where does the data result of this command come from?
- All of my backups were created from Azure plugin policies, can I sync these abckups to Veeam Replication as result of this command ?
- How to know the backup type? When I use it for Add-VBRBackupCopyJob, it raised error "Specified backup type is not supported (expected platforms: GCE, Azure IaaS, AWS EC2; expected type: VmbApiPolicyTempJob)"
Thank you.