TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:addrepositoryonmovedate

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:addrepositoryonmovedate [2020/02/24 00:44] Scott Cunliffeengine:sync:addrepositoryonmovedate [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== AddRepositoryOnMoveDate ====== ====== AddRepositoryOnMoveDate ======
  
-Add Repository based upon the value of the Next Move Date.+Add Target Repository based upon the value of the Next Move Date.
  
 ===== Phase ===== ===== Phase =====
Line 7: Line 7:
 This instruction is used by the TapeTrack Synchronization Engine. This instruction is used by the TapeTrack Synchronization Engine.
  
-===== Special Considerations ===== +<note tip>If a matching entry is found for AddRepositoryOnMoveDate the [[engine:sync:addrepositoryonwritetime|AddRepositoryOnWriteTime]] (if any) will not be checked.</note>
- +
-<note tip>If a matching entry is found for AddRepositoryOnMoveDate the AddRepositoryOnWriteTime (if any) will not be checked.</note>+
  
 ===== Syntax ===== ===== Syntax =====
Line 15: Line 13:
 ''AddRepositoryOnMoveDate(current_repository, range, target);'' ''AddRepositoryOnMoveDate(current_repository, range, target);''
  
-string //current_repository;//\\ +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-string //range;//\\ +|current_repository| String | Current Repository Filter.|1|256
-string //target;//\\ +|range| String | Range of Move Dates.|1|30
-|current_repository| Current Repository Filter.| +|target| String | Target Repository value.|1|4|
-|range| Range of Move Dates.| +
-|range| Target Repository value.|+
  
-==== Example ====+===== Example =====
  
-Move Volumes to RACK if their Move Date is today to 10 days from today. +Move Volumes to RACK if their Move Date is between today to 10 days from today. 
-<sxh> +<code>
-+
-# Move Volumes to RACK if their Move Date is today to 10 days from today.+
 AddRepositoryOnMoveDate("*", "*:*+10", "RACK"); AddRepositoryOnMoveDate("*", "*:*+10", "RACK");
-  +</code> 
-</sxh>+ 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]] 
 + 
 +{{tagimport_engine sync_engine}}
engine/sync/addrepositoryonmovedate.1582505079.txt.gz · Last modified: 2025/01/21 22:07 (external edit)