Skip to main content

Hi, all

 

I made a simple script that will allow you to run the backup validator and receive a report.

 

 

echo
cd C:\Program Files\Veeam\Backup and Replication\Backup
Veeam.Backup.Validator.exe /backup:"BackupName" /report:"C:\VeeamReports"

rem May have to specify name(s) of VMs being backed up in job
rem If there are multiple backup jobs, you must create a new line for each job --> Veeam.Backup.Validator.exe /backup:"BackupName" /report:"C:\VeeamReports"

Excellent.  My turn to learn from you. :grin:


Excellent.  My turn to learn from you. :grin:

Yay! I have been feeling bad about asking more questions than providing answers, so this makes me happy! :grinning:


Excellent.  My turn to learn from you. :grin:

oh, also. I made that into a .bat file. I am not sure if it will translate over to PowerShell.


Comment