TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:setminrepositorytime

SetMinRepositoryTime

Set the minimum number of minutes a Volume can be in a specific Repository.

Phase

This instruction is used by the TapeTrack Synchronization Engine.

Syntax

SetMinRepositoryTime(repository, minutes);

string repository;
Integer minutes;

repository A Repository filter for the Volume's Target Repository.
minutes Number of minutes a Volume must be in a Repository before it can move.

Examples

Do not move a Volume if it has been off-site for less than one day.

SetMinRepositoryTime("OFFS", 1440); 
engine/sync/setminrepositorytime.txt · Last modified: 2021/07/22 02:40 by scunliffe