Link to home
Start Free TrialLog in
Avatar of craigdev
craigdev

asked on

ntbackup troubles

This question is for someone that has experience setting up ntbackup.

We are using:
- Windows server 2003
- sony LTO ultrium scsi backup tape
- 5x tapes, rotated from Monday to Friday, plus one extra tape swapped on the first friday of each month

The setup I am after is very basic. The receptionsit will insert a new tape each afternoon and the backup process should run each night.

I cant even get that to work. I just get an error log saying:
"Cannot locate the specified media or backup device. This backup operation will terminate."

Very frustrated, please help.
Avatar of Jay_Jay70
Jay_Jay70
Flag of Australia image

check the status of the lto drive under device manager and also under disk removeable storage in management
Avatar of craigdev
craigdev

ASKER

drive works fine
i can do a manual backup
are you running this through a script or just a straight scheduled ntbackup tasl
I went into ntbackup, the advanced mode not the wizard. I went to scheduled jobs and double clicked the current day, stepped through the wizard and selected these options:

- backup everything on this computer
- Selectet the backup type: LTO Ultrium
- Choose the tape: New (note, this is the only option available)
- Select the type of backup: Normal
- verify data
- use hardware compression
- replace the existing backups
- Backup label: Tuesday Backup
- Media Label: Tuesday Backup
- When to run the backup: Later
- Set teh schedule for every tuesday
- Finished

Now
check under the advanced tab of scheduled tasks and view log, anything more detailed in there
not sure where? do you mean start > control panel > scheduled tasks ? there is "Tuesday Backup " in there

what am i looking for?
ASKER CERTIFIED SOLUTION
Avatar of Jay_Jay70
Jay_Jay70
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Tabs I have are Tasks, Schedule, Settings, Security

The one with and Advanced button is Schedule. In that window it just has start date, today. End date is not ticked, neither is repeat task.

My exact  command is:

C:\WINDOWS\system32\ntbackup.exe backup "@C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data\Tue Backup.bks" /n "Tuesday Backup" /d "Tuesday Backup" /v:yes /r:no /rs:no /hc:on /m normal /j "Tue Backup" /l:s /p "LTO Ultrium"
your looking to deep   start menu - programs - system tools - scheduled tasks.

from there look up the top for the advanced menu
I dont have any options like that
umm, it can't not be there, it is on every system i have ever dealt with, if its not there than i don't know how to help you
ok thanks anyway
Thanks for your help Jay Jay.

I have managed to solve most of the problem now. Incase anyone else comes across the question later, I used batch scripts that are executed from a windows scheduled task.

I used ntbackup to create the .bks file, then made 5 batch files like this. You need the /um parameter on the end, and no /d description parameter. Seems to work okay now

C:\WINDOWS\system32\ntbackup.exe backup "@C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data\Tue Backup.bks" /n "Tuesday Backup" /v:yes /r:no /rs:no /hc:on /m normal /j "Tue Backup" /l:s /p "LTO Ultrium" /um



ah well done mate. thankyou for the points although i didnt help you out all to well :)