NTBackup : no storage media specified

D

Dustin

Hi,

I get the following error with the following script:

Error:

Backup Status
The operation was not performed because no storage media
was specified.

----------------------

Script:

echo off
rsm.exe refresh /LF"ARCHIVE Python 06408-XXX SCSI
Sequential Device"
sleep 30
for /f "Tokens=1-4 Delims=/ " %%i in ('date /t')
do set dt=%%i-%%j-%%k-%%l
for /f "Tokens=1" %%i in ('time /t') do set tm=-%%i
set tm=%tm::=-%
set dtt=%dt%%tm%
c:\winnt\system32\ntbackup.exe
backup "@C:\Documents and Settings\Administrator\Local
Settings\Application Data\Microsoft\Windows
NT\NTBackup\data\test.bks"
/p "4mm DDS" /n "test" /d "Daily %
ddt%" /v:yes /r:no /rs:no /hc:blush:n
/m normal /j "daily %dtt%" /l:s /UM
rsm.exe eject /PF"%computername%-%dtt% - 1" /astart



We are running Windows 2000 Server, and trying to create a
backup system that backs up everything on this computer
(and some remote files) on to a tape currently in the drive
(after erasing it).

Thanks for any help
 

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