TapeTrack supports matching against a list of patterns stored in the Windows Registry using the special filter prefix:
*REG:registry_value_name
This allows a filter field to be compared against multiple patterns defined centrally in the Windows Registry.
REG filtering is functionally similar to LIST filtering, however the patterns are stored in a registry value instead of a file.
When a filter begins with:
*REG:
TapeTrack will:
Open regedit and create registry backup by right-clicking the top of the registry tree and selecting Export and saving to an appropriate location.
Registry location:
HKEY_CURRENT_USER\Software\GazillaByte\TapeTrack\Lists
Each registry value under this key represents a reusable filter list.
Example set of Description values for Volumes in TapeMaster:
Production database weekly backup
Prod DB full backup
Prod data backup set
Production export dump
Development database backup
Weekly archive - finance system
Registry Key:
HKEY_CURRENT_USER\Software\GazillaByte\TapeTrack\Lists
Create a new String Value named:
ProdFilters
With the following data (semicolon-separated, no spaces):
*prod*;*PRD*;*production*
To filter the Description field using the registry list:
*REG:ProdFilter
This will match any Description containing:
Using the filter:
*REG:ProdFilter
The following descriptions would typically match:
Production database weekly backup
Prod DB full backup
Production export dump
PRD database BKP
Prod data backup set
The following descriptions would typically not match:
Development database backup
Weekly archive - finance system
Each entry in the registry value supports standard TapeTrack wildcard matching.
Example registry value data:
*backup*;*archive*;*dump*
This allows a single REG filter to match multiple categories of Description text.
| Method | Storage Location | Best Used For |
|---|---|---|
| LIST | External text file | Shared configuration files |
| REG | Windows Registry | Centralised per-user configuration |
REG filtering is especially useful in environments where:
REG filtering provides a centralized, reusable method of matching a field against multiple wildcard patterns stored in the Windows Registry. It behaves the same as LIST filtering, but stores the pattern list inside:
HKEY_CURRENT_USER\Software\GazillaByte\TapeTrack\Lists
This makes it ideal for controlled environments where filter rules need to be maintained per user or workstation.