For documentation purposes, it is sometimes necessary to be able to extract the selection list to a file. There are 2 ways to do this:
- The first way is to schedule a new job with the same list. On completion of the job the selection list will be displayed. From this you can copy and paste into the document.
- The second way is to query the Backup Exec SQL database. Execute the following SQL query to return all items in all selection list.
SELECT [ScriptName],[ScriptDescription],[DeviceSelectionName],[PathName],[FileName] FROM [BEDB].[dbo].[vwScriptPropertiesBackup]
This query can be trimmed down using the appropriate where clause.