engine:sync:setvolumescript
This is an old revision of the document!
Table of Contents
setvolumescript
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);
string script;
script | The script to be called for each Volume. |
Before each script is called the engine will resolve the variables $CUSTOMER-ID,
$MEDIA-ID, $VOLUME-ID.
Example
SetVolumeScript: Eject all tapes that are being moved.
SetVolumeScript(“eject $VOLUME-ID”); | Eject all tapes that are being moved. |
engine/sync/setvolumescript.1534273001.txt.gz · Last modified: 2025/01/21 22:07 (external edit)