Add Target Repository based upon the value of the Next Move Date.
This instruction is used by the TapeTrack Synchronization Engine.
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 |
Move Volumes to RACK if their Move Date is between today to 10 days from today.
AddRepositoryOnMoveDate("*", "*:*+10", "RACK");