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/08/12 23:48] – [Windows PowerShell] Scott Cunliffevariable:tmss10back [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSS10BACK ====== ====== TMSS10BACK ======
  
-The [[variable:start|environmental variable]] ''TMSS10BACK'' specifies 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. 
  
-This location is set when the TapeTrack Framework Server is installed.  If the database relocated this [[variable:start|environmental variable]] 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 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 14: Line 15:
 ==== Windows Command Line ==== ==== Windows Command Line ====
  
-<sxh>+<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 ==== ==== Windows PowerShell ====
  
-<sxh>+<code>
 $env:TMSS10DB = "C:\Program Files\TapeTrack\TapeTrack Framework Server\var\db" $env:TMSS10DB = "C:\Program Files\TapeTrack\TapeTrack Framework Server\var\db"
-</sxh>+</code>
 ===== See Also ===== ===== See Also =====
  
-[[technote:setting_environmental_variables|Setting environmental variables]]+[[technote:setting_environmental_variables|Setting Environmental Variables]]
  
 <-  ^ variable:start |Introduction ^ -> <-  ^ variable:start |Introduction ^ ->
Line 31: Line 32:
  
  
-{{tag>environmental_variables paths}}+{{tag>environmental_variables path db}}
  
variable/tmss10back.1565653730.txt.gz · Last modified: 2025/01/21 22:07 (external edit)