====== 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);