Using the Command Line Interface › caadvreports - Advanced Report Generator Command › caadvreports - Examples
caadvreports - Examples
The following are examples of syntax for the caadvreports command:
- Use the following command to generate a ‘Drive Throughput’ report (Report Type 4) for the last seven days and store the result in an automatically generated file name:
CAAdvReports.exe -reporttype 4 -pastdays 7 -autoname
- Use the following command to generate a ‘Full Backup Duration’ report (Report Type 9) for all jobs executed between 1/1/2007 and 3/30/2007 and send the output to a file titled ‘full_backup_report.xml’:
CAAdvReports.exe -reporttype 9 -startdate 01/01/2007 -enddate 03/30/2007 -outfile full_backup_report.xml
- Use the following command to generate a ‘Full Backup Duration’ report (Report Type 9) for all jobs executed between 1/1/2007 and 3/30/2007 and send the output to a file titled ‘full_backup_report.csv’ in a ‘comma separated value’ file. Limit the output to jobs with job description containing ‘ACCT’:
CAAdvReports.exe -reporttype 9 -startdate 01/01/2007 -enddate 03/30/2007 -outfile full_backup_report.csv -CSV -JobDesc ‘ACCT’
More information:
caadvreports - Advanced Report Generator Command
Copyright © 2017 .
All rights reserved.
|
|