TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:tmss10volumedelete

This is an old revision of the document!


Technical Note: TMSS10Volume Delete Examples

Example - Delete Volumes From CSV List

<sxh> report = {

  format = "csv";

}; traversal = {

 scanfile= { file="default.ttidef"; };
 customer =
 (
    {
       id="*";
       media =
       (
          {
             id="*";
             volume =
             (
                 {
                    id="*";
                    skip=false;
                 },
                 {
                    id="*";
                    scanfile = true;
                    skip=true;
                 }
             );
          }
       );
    }
 );

}; </sxh>

technote/tmss10volumedelete.1551737671.txt.gz · Last modified: 2025/01/21 22:07 (external edit)