This is an old revision of the document!
Table of Contents
Volume Filter
The Volume Filter (-V) is used in the Command Line programs to filter which Volumes are included in the input process.
Volume Filter Sections
The Volume filter is divided up into sections Customer-ID.Media-ID.Volume-ID@Repository-ID+-Flags.
Customer-ID
The Customer-ID section filters the Customers that are considered for input into the Command Line programs.
Using US01 will only input Customer-ID US01. Using US* will input any Customer-ID's that start with US (eg. US01, US02, US4). Using !*(US01) will input any Customer-ID that does not match US01. Using !*(US*) will input any Customer-ID that does not match any Customer-ID's that start with US (eg. US01, US02, US4).
Example filter to include all Media and Volumes that belong to customer US01:
``` -V “US01.*.*” ```
Media-ID
The Media-ID section filters the Media Types that are considered for input into the Command Line programs.