Updated server name to SR3

This commit is contained in:
2019-06-07 18:24:10 +00:00
parent 65c6b4c7ae
commit e9399ff0f8
+1 -1
View File
@@ -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!