TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:setvolumescript
Scan-Out  
 Recall

This is an old revision of the document!


Table of Contents

SetVolumeScript

Set a script to be called for each of the updated volumes.

Phase

This instruction is used by the TapeTrack Synchronization Engine.

Syntax

SetVolumeScript(script);

Variable Type Description Min Length Max Length
script String The script to be called for each Volume. 1 1024
Before each script is called the engine will resolve the variables $CUSTOMER-ID, $MEDIA-ID, $VOLUME-ID.

Example

Eject all tapes that are being moved.

SetVolumeScript("eject $VOLUME-ID");

engine/sync/setvolumescript.1583283611.txt.gz · Last modified: 2025/01/21 22:07 (external edit)