TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:volume_filter

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
cli:volume_filter [2021/07/22 00:14] – [Command Line Volume Filter Argument] Scott Cunliffecli:volume_filter [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 24: Line 24:
 <code plain;> <code plain;>
 -V "US01.LTO.*" -V "US01.LTO.*"
 +</code>
 +
 +To process all **LTO** [[object:volume|Volumes]] for all except [[object:customer|Customer]] **US01** 
 +<code plain;>
 +-V "!(US01).LTO.*"
 +</code>
 +
 +To process all **LTO** [[object:volume|Volumes]] for all except [[object:customer|Customer]] **US01** and **US02** 
 +<code plain;>
 +-V "!(US01|US02).LTO.*"
 </code> </code>
  
cli/volume_filter.1626912853.txt.gz · Last modified: 2025/01/21 22:07 (external edit)