When i set my backup schedule, it always fails to start.
But if i start it manually, it works perfectly. Why? Why?
Why? Help!!

Re: ms backup schedule could not start?? by Marina

Marina
Wed Apr 28 09:17:33 CDT 2004

Error message? Which program are you using?

--
Regards,

Marina
Microsoft SBS-MVP

"adam" <anonymous@discussions.microsoft.com> schreef in bericht
news:55ba01c42d28$0295a5c0$a401280a@phx.gbl...
> When i set my backup schedule, it always fails to start.
> But if i start it manually, it works perfectly. Why? Why?
> Why? Help!!



RE: ms backup schedule could not start?? by anonymous

anonymous
Wed Apr 28 10:21:06 CDT 2004

Hi Adam
if you are using Microsoft NT Backup try this

Make your bks file with NT Backup and then make a bat file with following

@echo of
rsm.exe refresh /LF"Compaq DDS3 12/24 GB DAT Drive
sleep 1

for /f "Tokens=1-4 Delims=/ " %%i in ('date /t') do set dt=%%i-%%j-%%k-%%
for /f "Tokens=1" %%i in ('time /t') do set tm=-%%
set tm=%tm::=-
set dtt=%dt%%tm

ntbackup.exe backup "@C:\Service.bcs\Backup\DATA_BACKUP.bks" /n "SJK %dtt%" /d "SJK %dtt%" /v:yes /r:no /rs:no /hc:on /m normal /j "%dtt%" /l:s /p "4mm DDS" /U
rem rsm.exe eject /PF"SJK %dtt% - 1" /astar

xcopy "C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data\*.*" c:\sjk_share\programs\backup\*.* /E /C /F /I /H /R /K /
del "C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data\*.*" /

exi

Change this with the name on your backupstation, bks file etc et

Best Regard

Johnny Bro