.
This commit is contained in:
@ -3,10 +3,21 @@ call C:\Scripts\wLocal\localENV.bat
|
|||||||
@REM xxxxxxx
|
@REM xxxxxxx
|
||||||
echo "%~n0: Start"
|
echo "%~n0: Start"
|
||||||
|
|
||||||
if exist W:\LiveBackups\ (
|
|
||||||
|
if exist C:\LocalBackups\ (
|
||||||
echo "Backup disk found"
|
echo "Backup disk found"
|
||||||
"C:\Program Files (x86)\BackupAssist v9\BackupAssistManualLauncher.exe" 11 -u -d
|
"C:\Program Files (x86)\BackupAssist v9\BackupAssistManualLauncher.exe" 11 -u -d
|
||||||
|
) else (
|
||||||
|
echo "Backup disk NOT found"
|
||||||
|
call %TMESSAGE% '"LOCAL hourly backup disk missing on %check_computername%"'
|
||||||
|
)
|
||||||
|
|
||||||
|
if exist W:\LiveBackups\ (
|
||||||
|
echo "Backup disk found"
|
||||||
|
"C:\Program Files (x86)\BackupAssist v9\BackupAssistManualLauncher.exe" 19 -u -d
|
||||||
) else (
|
) else (
|
||||||
echo "Backup disk NOT found"
|
echo "Backup disk NOT found"
|
||||||
call %TMESSAGE% '"NAS hourly backup disk missing on %check_computername%"'
|
call %TMESSAGE% '"NAS hourly backup disk missing on %check_computername%"'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@REM to find job number type ctrl-d on jobs screen
|
||||||
|
|||||||
Reference in New Issue
Block a user