TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync:addrepositoryonwritetime

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:addrepositoryonwritetime [2020/07/23 04:50] – [Example] Scott Cunliffeengine:sync:addrepositoryonwritetime [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 23: Line 23:
 Set the [[object:repository|Repository]] based upon time from Write Date. Set the [[object:repository|Repository]] based upon time from Write Date.
  
-<sxh>+<code>
 # #
 # Extract the WRITEDATE from column 10, length 20. # Extract the WRITEDATE from column 10, length 20.
Line 41: Line 41:
 # move the Volume to OFFS and give it a one year MOVEDATE. # move the Volume to OFFS and give it a one year MOVEDATE.
 AddRepositoryOnWriteTime(DESCRIPTION, "*YEARLY*", "0:0:1", "OFFS", "0:1:1"); AddRepositoryOnWriteTime(DESCRIPTION, "*YEARLY*", "0:0:1", "OFFS", "0:1:1");
-</sxh>+</code>
  
 Set the Repository to OFFS, based on Volume-ID if last write time is within 7 days ago with no next move date. Set the Repository to OFFS, based on Volume-ID if last write time is within 7 days ago with no next move date.
  
-<sxh>+<code>
 AddRepositoryOnWriteTime(VOLUME, "SC*", "7", "OFFS", "0"); AddRepositoryOnWriteTime(VOLUME, "SC*", "7", "OFFS", "0");
-</sxh>+</code>
  
  
engine/sync/addrepositoryonwritetime.1595479858.txt.gz · Last modified: 2025/01/21 22:07 (external edit)