M
Mandy
I have used a batch file to schedule backup every night...
but every day when I back to office, I found that the
batch is still in Running status, and the "ntbackup.exe"
is still show in "Task Manager", but the backup tape is
already eject from the drive (according to my command in
the batch file) I need to kill the ntbackup.exe manually
in task manager.
Then I check back the log file in ntbackup in which is
empty.....
Do any one know why the log file is empty??
Have ntbackup do any thing on my computer??
why the tape is ejected out but the ntbackup is still
running??
my environment is Windows 2000 Server
Here is the script:
echo off
start /wait C:\WINNT\system32\NTBACKUP.EXE
backup "@C:\Documents and Settings\backupAdmin\Local
Settings\Application Data\Microsoft\Windows
NT\NTBackup\data\Backup.bks" /n "FRIDAY" /d "FRIDAY" /v:no
/r:no /rs:no /hcn /l:s /m
normal /j "FRIDAYJob" /t "FRIDAY"
rsm eject /pf"FRIDAY - 1" /astart
(I think it is not the problem of the batch file because i
have run the same batch file in another server for
backup.... which work successfully and without any
problem....)
Mandy
but every day when I back to office, I found that the
batch is still in Running status, and the "ntbackup.exe"
is still show in "Task Manager", but the backup tape is
already eject from the drive (according to my command in
the batch file) I need to kill the ntbackup.exe manually
in task manager.
Then I check back the log file in ntbackup in which is
empty.....
Do any one know why the log file is empty??
Have ntbackup do any thing on my computer??
why the tape is ejected out but the ntbackup is still
running??
my environment is Windows 2000 Server
Here is the script:
echo off
start /wait C:\WINNT\system32\NTBACKUP.EXE
backup "@C:\Documents and Settings\backupAdmin\Local
Settings\Application Data\Microsoft\Windows
NT\NTBackup\data\Backup.bks" /n "FRIDAY" /d "FRIDAY" /v:no
/r:no /rs:no /hcn /l:s /m
normal /j "FRIDAYJob" /t "FRIDAY"
rsm eject /pf"FRIDAY - 1" /astart
(I think it is not the problem of the batch file because i
have run the same batch file in another server for
backup.... which work successfully and without any
problem....)
Mandy