Report Formats
-ascii Specifies report format: ASCII
-html Specifies report format: HTML
-tab Specifies report format: TAB
-short Specifies report format: SHORT
EXAMPLES
1. To list all backup sessions that have started in the last 24 hours and display the
report in the default ASCII format, run:
omnirpt -report list_sessions -timeframe 24 24 -no_copylist
-no_conslist -no_verificationlist
2. To list all objects from session "2009/03/16-1" in tabulator separated format,
which is useful for additional parsing or can be used with other tools for analysis,
run:
omnirpt -report session_objects -session 2009/03/16-1 -tab
3. To list all media of class DLT with location string "COMPANY", for which
protection will expire in the next 5 days, run:
omnirpt -report media_list -protection 5 -class DLT
-location COMPANY
This report can be used as a base for the vaulting process, as it can list you
media that need to be taken to the vault.
4. To send "Internal Database Size Report" in HTML format to the user
"name@domain.com" using the SMTP protocol, run:
omnirpt -report db_size -html -smtp name@domain.com
5. To execute the report group named "MyReportGroup", run:
omnirpt -rptgroup MyReportGroup
6. To graphically present the usage of devices that were used for backup and
object consolidation (but not object copy) sessions in the last 48 hours in HTML
format that will be sent as the file "session1.html" to the directory "C:\Temp",
run:
omnirpt -report device_flow -timeframe 48 48 -no_copylist
-html >C:\Temp\session1.html
Command line interface reference 263