TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:setminrepositorytime

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
engine:sync:setminrepositorytime [2018/10/19 00:32] Scott Cunliffeengine:sync:setminrepositorytime [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-===== SetMinRepositoryTime =====+====== SetMinRepositoryTime ======
  
 Set the minimum number of minutes a Volume can be in a specific Repository. Set the minimum number of minutes a Volume can be in a specific Repository.
  
-==== Phase====+===== Phase=====
  
 This instruction is used by the TapeTrack Synchronization Engine. This instruction is used by the TapeTrack Synchronization Engine.
  
-==== Syntax ====+===== Syntax =====
  
-**SetMinRepositoryTime**(//repository, minutes//);+''SetMinRepositoryTime(repository, minutes);''
  
 string //repository;//\\ string //repository;//\\
-integer //minutes;//\\+Integer //minutes;//\\
  
 |repository| A Repository filter for the Volume's Target Repository.| |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.| |minutes| Number of minutes a Volume must be in a Repository before it can move.|
  
-==== Examples ====+===== Examples =====
  
 Do not move a Volume if it has been off-site for less than one day. Do not move a Volume if it has been off-site for less than one day.
  
-<sxh> +<code>
-+
-# Do not move a Volume if it has been off-site for less than one day.+
 SetMinRepositoryTime("OFFS", 1440);  SetMinRepositoryTime("OFFS", 1440); 
- +</code>
-</sxh>+
  
engine/sync/setminrepositorytime.1539909162.txt.gz · Last modified: 2025/01/21 22:07 (external edit)