Hi, I've a problem with Ntbackup. I have five batches, lunedi.cmd, martedi.cmd etc.
The same batch it's installed a several servers, but someone don't start backup schedule. If I try start it from schedule task it's ok, (right click on job, and then run) otherwise from automatic schedule start it, but I can see the follow message:
Impossible found specified support
I've installed SP4, server model Compaq ML 350 g3 tape SDT 10000 and SBS 2000 italian. I have update compaq driver tape, but it's the same.
---------------------------------------------------------
echo off
netsvc "dns server" \\sptrmd0w2 /stop
netsvc "File and Print Services for NetWare"
\\sptrmd0w2 /stop
C:\WINNT\system32\NTBACKUP.EXE backup "@C:\Backup\Giovedi
full.bks" /n "Giovedi-completo" /d "Backup completo di
Giovedi" /v:yes /r:no /rs:no /hc:on /m normal /j "Giovedi
full" /l:f /t "Giovedi-completo"
eject /pf"Giovedi-completo - 1" /astart
netsvc "dns server" \\sptrmd0w2 /start
netsvc "File and Print Services for NetWare"
\\sptrmd0w2 /start
----------------------------------------------------------