This commit is contained in:
USER
2023-04-15 14:07:56 +01:00
parent 2a337e810f
commit 9f2a02abd3

View File

@ -3,10 +3,21 @@ call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx
echo "%~n0: Start"
if exist W:\LiveBackups\ (
if exist C:\LocalBackups\ (
echo "Backup disk found"
"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 (
echo "Backup disk NOT found"
call %TMESSAGE% '"NAS hourly backup disk missing on %check_computername%"'
)
)
@REM to find job number type ctrl-d on jobs screen