Why does NTBACKUP require unique tape names?!?

From: Leolo (another_at_example.com)
Date: 03/03/05


Date: Thu, 03 Mar 2005 05:19:08 -0800

Hi everyone,

I'm using Windows 2000 Server SP4. I'm trying to create a simple batch
script (a CMD file) to launch NTBACKUP on demand (I don't need scheduling)

I'm following the instructions given here:
http://support.microsoft.com/kb/239892/EN-US

But there's a problem that I can't evade: The backup job spans 3 tapes. And
I have bought only 3 tapes.

The article says that I shouldn't use the /UM switch, so I'm using the
managed method.

The problem is that I have prepared and labeled the three tapes as
instructed by the article and now all of them have the same name: "My-Tape"

Therefore, NTBACKUP refuses to run, and complains in the log that the tape
label names aren't unique!

What can I do? Is it impossible to create a batch script to run backups
that span multiple tapes? Or is there any solution?

PS: The batch script I'm using consists only of these three lines:

rsm.exe refresh /LF"HP C1537A SCSI Sequential Device"
sleep 30
ntbackup.exe backup "@c:\job\list.bks" /n "My-Tape" /v:no /r:no /rs:no
/hc:on /m normal /j "My Backup Job" /l:s /t "My-Tape"

Thank you very much.



Relevant Pages

  • Re: making a script
    ... batch command: executed successfully. ... I have used gimp's batch processing only slightly, ... You are using the batch mode to execute a scheme script ...
    (comp.graphics.apps.gimp)
  • Re: Automated script to backup IE favorites?
    ... Diego - disregard last message I got it! ... If you don't want to use a batch file, ... you have to create a GPO to run the batch or WSH script on user logoff ... MS MVP Windows - Internet Explorer ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Install Windows Patch via GPO
    ... the script name is the patchfile name? ... Choose Add and do not type "patch", click the browse button and then use the batch file which contains the commands. ... only reply to Newsgroups ... I did gpresult on the PCs and the GPO is showing up now. ...
    (microsoft.public.windows.group_policy)
  • Re: Multiple File Conversions via Batch File
    ... I am attempting to convert multiple .wav files to the .flac format via a batch script. ... when I highlighted multiple .wav files in Explorer and click my "Encode" option multiple instances of the batch file are run. ...
    (microsoft.public.windowsxp.general)
  • Re: Returning a value from a VBScript
    ... VBScript for use by another script, batch file, or other command. ... echo MyScript.vbs returned an ErrorLevel of %ErrorLevel% ...
    (microsoft.public.scripting.vbscript)