Attached to this solution are two files. These are report templates.
JobSettings template shows the settings for all jobs and has no filter configured.
JobSettingsSingle is the same as JobSettings, but it has a filter configured to only show a single jobs settings.
Place the JobSettings and JobSettingSingle files in the reports/templates folder where NetVault Backup is installed. Then you will be able use these reports using the nvreport command.
nvreport -templatename "Job Settings" > jobsettings.html
This will create the file jobsettings.html, which can be opened in a standard browser.
JobSettingsSingle is configured to display the job with JobID 1. It will need to be modified to have the JobID of the job you want to run the report on.
%INCLUDE "%JobDefinitionId = interactive:inherit:'1'"
nvreport -templatename "Job Settings Single" > jobsettingssingle.html
Although it is possible to add these reports to NetVault Backup web interface using solution 142534, in NetVault Backup 11.1 it will not display all the fields. The only way to generate the report with all fields is to run it from the CLI using nvreport.