TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:sharing_containers

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
technote:sharing_containers [2021/09/15 00:39] – [Lite Configuration File] Scott Cunliffetechnote:sharing_containers [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 65: Line 65:
 The Repository translations are written in the format of  The Repository translations are written in the format of 
   * subject: Volume Repository   * subject: Volume Repository
-    * =translation: Customer-ID.Media-ID.Repository-ID+    * =translation: Customer-ID.All_Media-ID.Repository-ID
   * alias: Case Repository   * alias: Case Repository
-    * =translation: Customer-ID.Media-ID.Repository-ID+    * =translation: Customer-ID.All_Media-ID.Repository-ID
  
  
 For Customer GZNY we want to map the: For Customer GZNY we want to map the:
-  * Onsite Repository (GZNY Library (GZNY.LTO.NYLB)) to the NYB Repository (New York Box (CASE.BOX.NYB)) +  * Onsite Repository (GZNY Library (GZNY.*.NYLB)) to the NYB Repository (New York Box (CASE.BOX.NYB)) 
-  * Offsite Repository (GZNC Vault (GZNY.LTO.OFFS)) to the NYC Repository (North Carolina Box (CASE.BOX.NCB))+  * Offsite Repository (GZNC Vault (GZNY.*.OFFS)) to the NYC Repository (North Carolina Box (CASE.BOX.NCB))
  
 For Customer GZNC we want to map the: For Customer GZNC we want to map the:
-  * Onsite Repository (GZNC Library (GZNC.LTO.NCLB)) to the NYC Repository (North Carolina Box (CASE.BOX.NCB)) +  * Onsite Repository (GZNC Library (GZNC.*.NCLB)) to the NYC Repository (North Carolina Box (CASE.BOX.NCB)) 
-  * Offsite Repository (GZNY Vault (GZNC.LTO.OFFS)) to the NYB Repository (New York Box (CASE.BOX.NYB))+  * Offsite Repository (GZNY Vault (GZNC.*.OFFS)) to the NYB Repository (New York Box (CASE.BOX.NYB))
  
 <code> <code>
Line 87: Line 87:
    aliases=    aliases=
    (    (
-          { subject="GZNY.LTO.NYLB"; alias="CASE.BOX.NYB"; }, +          { subject="GZNY.*.NYLB"; alias="CASE.BOX.NYB"; }, 
-          { subject="GZNY.LTO.OFFS"; alias="CASE.BOX.NCB"; }, +          { subject="GZNY.*.OFFS"; alias="CASE.BOX.NCB"; }, 
-          { subject="GZNC.LTO.NCLB"; alias="CASE.BOX.NCB"; }, +          { subject="GZNC.*.NCLB"; alias="CASE.BOX.NCB"; }, 
-          { subject="GZNC.LTO.OFFS"; alias="CASE.BOX.NYB";+          { subject="GZNC.*.OFFS"; alias="CASE.BOX.NYB";
    );    );
 } }
technote/sharing_containers.1631666393.txt.gz · Last modified: 2025/01/21 22:07 (external edit)