Anyone know whats wrong with this batch file?
set LOGFILE=c:\var\log\backup.log
echo ========== >> %LOGFILE%
date /t >> %LOGFILE%
time /t >> %LOGFILE%
echo ———- >> %LOGFILE%
echo running rsm: >> %LOGFILE%
rsm refresh /lf”HP C5683A SCSI Sequential Device” >> %LOGFILE%
echo running ntbackup: >> %LOGFILE%
ntbackup backup @C:\local\scripts\backup\nightly.bks /p “4mm DDS” /m normal /j “firehall backup” /hc:on /um
problem log created says ‘it can’t find the nightly.bks’ file which IS there.
problem began when server was upgraded from 2000 to 2003 server. I’m going to update server os tonight.
Thanks for any help 🙂