skip to content
TapeTrack Documentation
Because there is more to tape management than you ever realized
User Tools
Log In
Site Tools
Search
Tools
Show page
Old revisions
Add to book
Export to PDF
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
engine:sync:addrepositoryonmovedate
====== AddRepositoryOnMoveDate ====== Add Target Repository based upon the value of the Next Move Date. ===== Phase ===== This instruction is used by the TapeTrack Synchronization Engine. <note tip>If a matching entry is found for AddRepositoryOnMoveDate the [[engine:sync:addrepositoryonwritetime|AddRepositoryOnWriteTime]] (if any) will not be checked.</note> ===== 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. <code> AddRepositoryOnMoveDate("*", "*:*+10", "RACK"); </code> ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine}}
engine/sync/addrepositoryonmovedate.txt
ยท Last modified: 2025/01/21 22:07 by
127.0.0.1
Page Tools
Show page
Old revisions
Backlinks
Add to book
Export to PDF
Back to top