TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cookbook:dataprotector

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cookbook:dataprotector [2025/12/16 00:02] – [The omnirpt command] Scott Cunliffecookbook:dataprotector [2025/12/16 00:03] (current) – [The omnirpt command] Scott Cunliffe
Line 15: Line 15:
 ForEach-Object { $_ -replace "`t", "," } | ForEach-Object { $_ -replace "`t", "," } |
 Out-File "C:\DPReports\tapetrack_media.csv" -Encoding UTF8 Out-File "C:\DPReports\tapetrack_media.csv" -Encoding UTF8
 +
 +</code>
 +
 +or linux
 +
 +<code>
 +omnireport -report media -detail 1 \
 +| grep -E '^[A-Z0-9]{6,}' \
 +| grep -v -i 'disk' \
 +| sed 's/\t/,/g' \
 +> tapetrack_media.csv
  
 </code> </code>
cookbook/dataprotector.1765843350.txt.gz · Last modified: 2025/12/16 00:02 by Scott Cunliffe