https://www.bdrsuite.com/

Docly

Latest Backup Job Report

Estimated reading: 2 minutes 0 views

The following python script can be used to to get customized reports from the BDRSuite Backup Server. You will get the following output as CSV file,

  • Backup Job Name
  • Client Name
  • Job Created Time
  • Last Schedule Start Time
  • Last Schedule End Time
  • Last Successful Schedule Time
  • Backup Job Status
  • Total Uncompressed Size(GB)
  • Total Compressed Size(GB)
  • Uncompressed Size of Latest Schedule(GB)
  • Compressed Size of the Latest Schedule(GB)
  • Total VMs
  • Successful VMs
  • Failed VMs
  • Warning VMs
  • Unprocessed VMs
  • Total Files (Applicable for File Backup)
  • Protected Files (Applicable for File Backup)

1. The python script for getting the latest backup job reports will be present inside the following folder,

Windows BDR Backup Server

$$InstallationDirectory\Vembu\BDRSuiteScripts\Reports\Latest Backup Job Reports\custom_report.py

Linux BDR Backup Server

$$InstallationDirectory/Vembu/BDRSuiteScripts/Reports/Latest Backup Job Reports/custom_report.py

2. Open command prompt with administrative privileges. Change the working directory to where you have download the python script folder and run the file with the command given below,

Windows BDR Backup Server

“$$InstallationDirectory\Vembu\BackupForAWS\Python37\python.exe” custom_report.py

For example, “C:\Program Files\Vembu\BackupForAWS\Python37\python.exe” custom_report.py

Linux BDR Backup Server

“$$InstallationDirectory/Vembu/BackupForAWS/Python37/bin/python” custom_report.py

For example, “home/vembubdr/Vembu/BackupForAWS/Python37/bin/python” custom_report.py

3. After successful execution of the script the output will be saved as a csv file.

4. Open output.csv to check the response in the following location below,

Windows BDR Backup Server

$$InstallationDirectory\Vembu\BDRSuiteScripts\Reports\Latest Backup Job Reports\output.csv

Linux BDR Backup Server

$$InstallationDirectory/Vembu/BDRSuiteScripts/Reports/Latest Backup Job Reports/output.csv
On This Page