Help Center
Choose product document...
Veeam ONE 9.0
Reporter User Guide

Step 2. Create a Script

When you schedule a report delivery to a folder or a network share, Veeam ONE Reporter saves the generated report to a target location by the following path:

<TargetDirectory>\reporting-task-for-ssrs-report-<ReportName><ID>\

The sample script must perform the following operations after the report is created:

  1. Access the target report location:

C:\reports\reporting-task-for-ssrs-report-<ReportName><ID>\

  1. Copy the report from the target location to network shares:
  • \\andy\shared\backups\reports\
  • \\brian\shared\backups\reports\
  • \\chris\shared\backups\reports\
  1. Remove the report from the target location and delete the target directory.

An example of the script is provided below:

::Changing directory to the target report location
cd reporting-task-for-ssrs-report*
set RD=%cd%

::Copying the report from the target location to admins’ shares
xcopy Protected*.* \\andy\shared\backups\reports\*.* /y
xcopy Protected*.* \\brian\shared\backups\reports\*.* /y
xcopy Protected*.* \\chris\shared\backups\reports\*.* /y

::Removing the target report location
cd ..\
rd %RD% /s/q

Save the script as a Windows batch file on the machine where Veeam ONE is installed.

To follow this example, save the script with the postdelivery.bat name to the C:\reports\ directory.

Veeam Large Logo

Deployment Guide

Monitor User Guide

Reporter User Guide

Business View User Guide

Multi-Tenant Monitoring and Reporting

Working with Alarms

Veeam Backup & Replication Documentation

Veeam Endpoint Backup Documentation

Veeam Management Pack Documentation