engine:sync:addrepositoryonmovedate
This is an old revision of the document!
−Table of Contents
AddRepositoryOnMoveDate
Add Target Repository based upon the value of the Next Move Date.
Phase
This instruction is used by the TapeTrack Synchronization Engine.
If a matching entry is found for AddRepositoryOnMoveDate the AddRepositoryOnWriteTime (if any) will not be checked.
Syntax
AddRepositoryOnMoveDate(current_repository, range, target);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
current_repository | String | Current Repository Filter. | 1 | 256 |
range | String | Range of Move Dates. | 1 | 30 |
target | String | Target Repository value. | 1 | 4 |
Example
Move Volumes to RACK if their Move Date is between today to 10 days from today.
1 |
AddRepositoryOnMoveDate("*", "*:*+10", "RACK"); |
See Also
engine/sync/addrepositoryonmovedate.1583366203.txt.gz · Last modified: 2025/01/21 22:07 (external edit)