The Weekly Backup Summary Report provides a list of all backup jobs that ran over a week, beginning on the specified date. Deduplication and aged jobs can be included or excluded.
Running the Report
-
Open the command prompt and navigate to the <software installation path>\Base> folder.
-
Enter qlogin, and then enter your user name and password.
-
Run the following command:
qoperation execscript -sn $[QS_WeeklyBackupSummary] -si @StartDate='$[date on which to start the report]' -si @DedupOnly='$[include only or exclude all deduplication backup jobs]' –si @CountAgedJobs=$[’include or exclude aged jobs’] -format '$[csv]' –file '$[output location and filename]'The report is saved to the location that you specified.
Example
To see the backup jobs that run on a CommServe over a week, starting at the specified date, excluding deduplicated and aged jobs, run the following command:
qoperation execscript -sn $[QS_WeeklyBackupSummary] -si @StartDate='$[2012-06-20]' -si @DedupOnly='$[0]' –si @CountAgedJobs=$[’0’] -format $[csv] –file '$[C:\Reports\sample.csv]'
For more information about the execscript command, see Command Line Interface - CommServe - Qoperation Execscript.
Usage and Help
-
Open the command prompt and navigate to the <software installation path>\Base> folder.
-
Enter qlogin, and then enter your user name and password.
-
Run the following command:
qoperation execscript -sn $[QS_WeeklyBackupSummary] -help
Parameters
The report script includes several parameters that you can set, according to your needs. Parameters for the Weekly Backup Summary Report include the following:
|
Parameter |
Description |
Default Setting |
|
StartDate |
Date format: YYYY-MM-DD. Specifies the date on which to begin the report. |
yyyy-mm-dd |
|
DedupOnly |
This switch includes only or excludes all deduplicated backup jobs. Options include the following:
|
1 |
|
CountAgedJobs |
This switch includes or excludes aged jobs. Options include the following:
|
0 |
|
format |
Text only. Specifies the file format in which the report saves. Options include the following:
|
N/A |
|
file |
Text only. Specifies the location and name of the saved report. |
N/A |