Skip to main content

Validator Script

  • September 28, 2021
  • 3 comments
  • 477 views

bp4JC
Forum|alt.badge.img+3

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"

3 comments

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • September 28, 2021

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


bp4JC
Forum|alt.badge.img+3
  • Author
  • Influencer
  • September 28, 2021

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:


bp4JC
Forum|alt.badge.img+3
  • Author
  • Influencer
  • September 28, 2021

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.