When attempting to use the Veeam Backup Validator command-line tool to validate the VMs contained within a job that was using the Per-machine backup with separate metadata files (aka True Per-VM) backup chain format, the Veeam Backup Validator tool throws the error:
Cannot find last point for backup "<job-name>".
This is a known issue and may be fixed in a future release of Veeam Backup & Replication.
As noted in the Veeam Backup Validator User Guide regarding the /backup parameter:
$backup = Get-VBRBackup -Name "<backup_name>" $child_backups = $backup.FindChildBackups() $first_child_backup_name = $child_backups[0].Name
The following PowerShell script can be used to validate the latest restore point for all VMs within a job when it is using Per-machine backup with separate metadata files.
Notes:
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case