engine:sync:setminrepositorytime
This is an old revision of the document!
Table of Contents
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.1582514073.txt.gz · Last modified: 2025/01/21 22:07 (external edit)