Problem with NTBackup

J

James

I am having some trouble with NTBackup since moving a server.

It runs Win2K Server.

We run a normal backup once a week, & differential backups every other day.
These backups are first written to a spare disk, & then written to tape.

The backups always work when backing up to the disk, but rarely work when
backing up to tape.

The backups are scheduled jobs. If they are executed interactively they seem
to work. When they execute as scheduled jobs they just show as 'running' &
stay like this forever.

I have two tapes, a 'DailyDifferential' tape, & a 'FullWeekly' tape. The
'FullWeekly' tape seems more prone to problems, but they are both far from
perfect.

I have tried replacing the tapes, this made no difference.

I have checked out the application & system event logs; nothing unexpected
is logged.



Any further suggestions???
 
P

Pegasus

James said:
I am having some trouble with NTBackup since moving a server.

It runs Win2K Server.

We run a normal backup once a week, & differential backups every other day.
These backups are first written to a spare disk, & then written to tape.

The backups always work when backing up to the disk, but rarely work when
backing up to tape.

The backups are scheduled jobs. If they are executed interactively they seem
to work. When they execute as scheduled jobs they just show as 'running' &
stay like this forever.

I have two tapes, a 'DailyDifferential' tape, & a 'FullWeekly' tape. The
'FullWeekly' tape seems more prone to problems, but they are both far from
perfect.

I have tried replacing the tapes, this made no difference.

I have checked out the application & system event logs; nothing unexpected
is logged.



Any further suggestions???

The jobs are probably waiting for some input from you.
Add some simple diagnostics to your batch file, then
examine the log files:

@echo off
echo %date% %time% Start of job > c:\test.log
echo Username=%UserName% >> c:\test.log
c:\winnt\system32\ntbackup . . . 1>>c:\test.log 2>c:\test.err
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top