From e9399ff0f85d4077e6de101398297145a6555bcd Mon Sep 17 00:00:00 2001 From: Dunestorm Date: Fri, 7 Jun 2019 18:24:10 +0000 Subject: [PATCH] Updated server name to SR3 --- BackupLaunchbox/Run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BackupLaunchbox/Run.bat b/BackupLaunchbox/Run.bat index 36e00cb..5916fab 100644 --- a/BackupLaunchbox/Run.bat +++ b/BackupLaunchbox/Run.bat @@ -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!