Updated server name to SR3
This commit is contained in:
@@ -4,7 +4,7 @@ cd %~dp0
|
||||
if exist "LaunchBox.exe" (
|
||||
ECHO Waiting for LaunchBox to close to start backup process...
|
||||
start /wait LaunchBox.exe
|
||||
ROBOCOPY . "\\sr2\home\LaunchBox" /MIR /XD $Recycle.Bin "System Volume Information"
|
||||
ROBOCOPY . "\\sr3\home\LaunchBox" /MIR /XD $Recycle.Bin "System Volume Information"
|
||||
) else (
|
||||
ECHO Please ensure LaunchBox is in the same working directory this
|
||||
ECHO batch file before attempting to backup!
|
||||
|
||||
Reference in New Issue
Block a user