This commit is contained in:
USER
2023-04-15 13:53:18 +01:00
parent c625abf224
commit 2a337e810f

12
local_backup_hourly.bat Normal file
View 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%"'
)