Validator Script

  • 28 September 2021
  • 3 comments
  • 451 views

Userlevel 7
Badge +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

Userlevel 7
Badge +20

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

Userlevel 7
Badge +3

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:

Userlevel 7
Badge +3

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