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

Next revision
Previous revision
engine:sync:setminrepositorytime [2018/08/14 17:38] – created dcummingengine:sync:setminrepositorytime [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-setminrepositorytime+====== 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;//\\ 
 +Integer //minutes;//\\
  
-//string repository;//\\ 
-//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 ===== 
-**SetMinRepositoryTime: Do not move a Volume if it has been off-site for less than one day.** + 
-|SetMinRepositoryTime("OFFS", 1440);| 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. 
 + 
 +<code> 
 +SetMinRepositoryTime("OFFS", 1440);  
 +</code>
  
engine/sync/setminrepositorytime.1534268332.txt.gz · Last modified: 2025/01/21 22:07 (external edit)