TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:config

This is an old revision of the document!


Configuration File

A configuration file can be passed to the Server Utilities to enable selective processing of Volumes based on their inclusion or exclusion in a scan file list.

It also allows the scan file to be pointed to a definition file that can be used to create the scan list from a file that requires parsing before input into TapeTrack.

Config File Example

traversal =
{
   scanfile= { file="example.ttidef"; };
   customer =
   (
      {
         id="*";
         media =
         (
            {
               id="*";
               volume =
               (
                   {
                      id="*";
                      scanfile=true;
                      skip=false;
                   },
                   {
                      id="*";
                      skip=true;
                   }
               );
            }
         );
      }
   );
};
technote/config.1752547783.txt.gz · Last modified: 2025/07/15 02:49 by Scott Cunliffe