TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:addskiponrepositorychange
 
 

This is an old revision of the document!


AddSkipOnRepositoryChange

Skip the update of a Volume if the Current or Target Repository is equal to a filter value.

Phase

This instruction is used by the TapeTrack Synchronization Engine.

Syntax

AddSkipOnRepositoryChange(proposed, target, current);

string proposed;
string target;
string current;

proposed Filter value representing the proposed change to the Target Repository.
target Filter value representing the current Target Repository value.
current Filter value representing the current Current Repository Value

Example

Skip an update if the proposed change is HOLD and the current target repository is LIBR.

#
# Skip an update if the proposed change is HOLD, the target Repository is LIBR and the current is any.
#
AddSkipOnRepositoryChange("HOLD", "LIBR", "*");

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