TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmss10back

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
variable:tmss10back [2019/03/27 22:44] Scott Cunliffevariable:tmss10back [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSS10BACK ====== ====== TMSS10BACK ======
  
-The **TMSS10BACK** variable contains the full path to a directory that can be used to backup the TapeTrack Database.+The [[variable:start|Environmental Variable]] ''TMSS10BACK'' specifies the full path to a directory that can be used to backup the TapeTrack Database. 
  
-<note tip>Executing the command **set** in a Windows Command Line will display, among other information, the variable TMSS10DB and its full path. \\+ 
 +This location is set when the TapeTrack Framework Server is installed.  If the database relocated this [[variable:start|Environmental Variable]] value will need to be reset to the new location. 
 + 
 +<note tip>Executing the command **set** in a Windows Command Line will display, among other information, the Variable [[variable:TMSS10DB|TMSS10DB]] and its full path. \\
  \\  \\
  
Line 10: Line 13:
 ===== Example ===== ===== Example =====
  
-<sxh>+==== Windows Command Line ==== 
 + 
 +<code>
 set TMSS10DB=C:\Program Files\TapeTrack\TapeTrack Framework Server\var\db set TMSS10DB=C:\Program Files\TapeTrack\TapeTrack Framework Server\var\db
-</sxh>+</code> 
 + 
 +==== Windows PowerShell ==== 
 + 
 +<code> 
 +$env:TMSS10DB = "C:\Program Files\TapeTrack\TapeTrack Framework Server\var\db" 
 +</code> 
 +===== See Also =====
  
 +[[technote:setting_environmental_variables|Setting Environmental Variables]]
  
 <-  ^ variable:start |Introduction ^ -> <-  ^ variable:start |Introduction ^ ->
Line 19: Line 32:
  
  
-{{tag>environmental_variables paths}}+{{tag>environmental_variables path db}}
  
variable/tmss10back.1553726659.txt.gz · Last modified: 2025/01/21 22:07 (external edit)