.
This commit is contained in:
12
local_backup_hourly.bat
Normal file
12
local_backup_hourly.bat
Normal file
@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
call C:\Scripts\wLocal\localENV.bat
|
||||
@REM xxxxxxx
|
||||
echo "%~n0: Start"
|
||||
|
||||
if exist W:\LiveBackups\ (
|
||||
echo "Backup disk found"
|
||||
"C:\Program Files (x86)\BackupAssist v9\BackupAssistManualLauncher.exe" 11 -u -d
|
||||
) else (
|
||||
echo "Backup disk NOT found"
|
||||
call %TMESSAGE% '"NAS hourly backup disk missing on %check_computername%"'
|
||||
)
|
||||
Reference in New Issue
Block a user