TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:list [2026/02/17 23:30] – [Using Wildcards in LIST Files] Scott Cunliffetechnote:list [2026/02/18 00:40] (current) – [Example LIST File] Scott Cunliffe
Line 47: Line 47:
 </code> </code>
  
 +
 +{{prod_filters.png}}
 ==== Using the LIST Filter in TapeMaster ==== ==== Using the LIST Filter in TapeMaster ====
  
Line 90: Line 92:
 This allows a single LIST filter to match multiple categories of text. This allows a single LIST filter to match multiple categories of text.
  
-===== Notes ===== +<note>
- +
-LIST files are read sequentially until a match is found. +
- +
-Blank lines should be avoided. +
- +
-Each line should contain a valid TapeTrack filter pattern. +
- +
-LIST filters can be used in TapeMaster filters and TapeTrack CLI filters (where supported).+
  
 +LIST files are read sequentially until a match is found. \\
 +Blank lines should be avoided. \\
 +Each line should contain a valid TapeTrack filter pattern. \\
 +LIST filters can be used in TapeMaster filters and TapeTrack CLI filters (where supported). \\
 +</note>
 ===== Example: Combining LIST with Standard Filters ===== ===== Example: Combining LIST with Standard Filters =====
  
Line 106: Line 105:
 For example, a LIST file could contain all patterns related to production backups: For example, a LIST file could contain all patterns related to production backups:
  
-<code> *prod* *production* *weekly backup* *full backup* </code>+<code>*prod*  
 +*production*  
 +*weekly backup*  
 +*full backup* </code>
  
 Then the TapeMaster Description filter can be applied as: Then the TapeMaster Description filter can be applied as:
Line 112: Line 114:
 <code> *LIST:prod_filters.txt </code> <code> *LIST:prod_filters.txt </code>
  
-This provides a centralised way to manage filtering rules.+This provides a centralized way to manage filtering rules. 
 + 
 + 
 +LIST filtering provides a simple way to match a field against multiple patterns stored in an external file.  It is ideal for environments where filtering rules must be maintained and reused across operators, jobs, or automation scripts. 
 + 
 +=====See Also=====
  
-===== Summary =====+[[general:pattern_matching|pattern matching]] \\ 
 +[[technote:FUZZY|FUZZY Matching]] \\
  
-LIST filtering provides a simple way to match a field against multiple patterns stored in an external file. 
  
-It is ideal for environments where filtering rules must be maintained and reused across operators, jobs, or automation scripts.+{{tag> technote pattern string}}
technote/list.1771371025.txt.gz · Last modified: 2026/02/17 23:30 by Scott Cunliffe