TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssstderrdir

Differences

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

Link to this comparison view

Next revision
Previous revision
variable:tmssstderrdir [2021/08/24 01:50] – created Scott Cunliffevariable:tmssstderrdir [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 3: Line 3:
 The [[variable:start|Environmental Variable]] ''TMSSSTDERRDIR'' specifies the full path to write the standard error stream to a date stamped file. The [[variable:start|Environmental Variable]] ''TMSSSTDERRDIR'' specifies the full path to write the standard error stream to a date stamped file.
  
 +===== Example =====
 +
 +==== Windows Command Line ====
 +
 +To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports
 +
 +<code>
 +set TMSSSTDERRDIR=C:\Program Files\TapeTrack\TapeTrack Sync\reports
 +</code>
 +
 +==== Windows PowerShell ====
 +
 +To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports
 +
 +<code>
 +$env:TMSSSTDERRDIR = "C:\Program Files\TapeTrack\TapeTrack Sync\reports"
 +</code>
 +
 +==== Linux ====
 +
 +To write the standard error, from TMSS10Sync, to /var/tapetrack/reports
 +<code>
 +export TMSSSTDERRDIR="/var/tapetrack/reports"
 +</code>
 +
 +{{tag>environmental_variables paths stderr}}
variable/tmssstderrdir.1629769859.txt.gz · Last modified: 2025/01/21 22:07 (external edit)