TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:addskiponrepositorychange

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:addskiponrepositorychange [2020/03/05 00:03] – [Example] Scott Cunliffeengine:sync:addskiponrepositorychange [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 20: Line 20:
 Skip an update if the proposed change is HOLD and the current target repository is LIBR. Skip an update if the proposed change is HOLD and the current target repository is LIBR.
  
-<sxh text;>+<code text;>
 AddSkipOnRepositoryChange("HOLD", "LIBR", "*"); AddSkipOnRepositoryChange("HOLD", "LIBR", "*");
-</sxh>+</code>
  
 Skip an update if the proposed change is HOLD, the target Repository is LIBR  and the current Repository is OFFS,  LEGL or DEST. Skip an update if the proposed change is HOLD, the target Repository is LIBR  and the current Repository is OFFS,  LEGL or DEST.
  
-<sxh text;>+<code text;>
 AddSkipOnRepositoryChange("HOLD", "LIBR", "*(OFFS|LEGL|DEST)"); AddSkipOnRepositoryChange("HOLD", "LIBR", "*(OFFS|LEGL|DEST)");
-</sxh>+</code>
  
 Skip any update that attempts to move a Volume out of Current Repository DEST. Skip any update that attempts to move a Volume out of Current Repository DEST.
  
-<sxh text;>+<code text;>
 AddSkipOnRepositoryChange("*", "*", "DEST"); AddSkipOnRepositoryChange("*", "*", "DEST");
-</sxh>+</code>
  
 ===== See Also ===== ===== See Also =====
  
 [[engine:import|Import Engine Functions]] \\ [[engine:import|Import Engine Functions]] \\
-[[cli:sync_fields|Sync Engine Fields]]+[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]]
  
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
  
engine/sync/addskiponrepositorychange.1583366607.txt.gz · Last modified: 2025/01/21 22:07 (external edit)