TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:report:movelist:report_examples

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:report:movelist:report_examples [2019/03/15 00:56] Scott Cunliffetechnote:report:movelist:report_examples [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 3: Line 3:
 === Command Line Input - Text File === === Command Line Input - Text File ===
  
-<sxh>+<code>
 TMSS10TMSS10MoveList -S user:-password@server > report.txt TMSS10TMSS10MoveList -S user:-password@server > report.txt
-</sxh>+</code>
  
 === Text File Output === === Text File Output ===
  
    
-<sxh>+<code>
              System: TapeTrack              System: TapeTrack
  Report Description: Moving Volumes List  Report Description: Moving Volumes List
Line 35: Line 35:
  Library              Offsite Vault                 2  Library              Offsite Vault                 2
  Offsite Vault        Library                       2  Offsite Vault        Library                       2
-</sxh>+</code> 
 + 
 +---- 
 + 
 + 
 +=== Command Line Input - CSV File === 
 + 
 +<code> 
 +set TMSSREPORTFORMAT=CSV 
 +TMSS10TMSS10MoveList -S user:-password@server 
 +</code> 
 + 
 +=== CSV File Output === 
 +<code> 
 +Seq.,Barcode,Current Location,Target Location,Move Time,Time,Container,Attribute, 
 +1,US04.LTO.000001L3,Offsite Vault,Library,2019-03-14 11:15,D1:00:25:49,,Monthly April, 
 +2,US04.LTO.000001L5,Offsite Vault,Library,2019-03-14 11:15,D1:00:25:49,,Friday Backup, 
 +3,US04.LTO.000002L5,Offsite Vault,Library,2019-03-14 12:49,H22:52:14,,Weekly, 
 +4,US04.LTO.000001L6,Library,Offsite Vault,2019-03-14 11:15,D1:00:25:38,, 
 + 
 +Current Repository,Target Repository,Total, 
 +Library,Offsite Vault,1, 
 +Offsite Vault,Library,3, 
 +</code> 
 + 
 +----
  
 ==== Command Line Input - PDF File ==== ==== Command Line Input - PDF File ====
  
-<sxh>+<code>
 set TMSSREPORTFORMAT=PDF set TMSSREPORTFORMAT=PDF
 set TMSSPDFORIENTATION=landscape set TMSSPDFORIENTATION=landscape
 TMSS10MoveList -S user:-password@server   TMSS10MoveList -S user:-password@server  
-</sxh>+</code> 
 + 
  
 ==== PDF File Output ==== ==== PDF File Output ====
  
 {{technote:report:movelist:tmss10movelist_pdf.png}} {{technote:report:movelist:tmss10movelist_pdf.png}}
 +
 +
 +----
 +
 +==== Command Line Input - Excel File ====
 +
 +<code>
 +set TMSSREPORTFORMAT=EXCEL
 +TMSS10Inventory -S user:-password@server  
 +</code>
 +
 +
 +==== Excel File Output ====
 +
 +{{technote:report:movelist:tmss10movelist_excel.png}}
  
  
technote/report/movelist/report_examples.1552611374.txt.gz · Last modified: 2025/01/21 22:07 (external edit)