W
Wade Preston
Repost, since I have not gotten an answer yet. I still need help....
I have a backup job created that runs every night and I am having some
problems with it. I modeled this backup job after one that I have been
using on another machine for a couple of years. This one however will not
refresh the media unless I go to the machine and open up the Computer
Management screen and refresh the drive. And this will only work if I do it
right after the tape is put into the machine. I don't understand why this
does not work. What could I be doing wrong. I have tried using the
friendly name and the GUID and also the media_type_id and it does not seem
to matter what I do. I just can't seem to figure out what is wrong. Here
is a copy of my command file that is run each night:
@echo on
rsm.exe refresh /lf"Hewlett Packard LTO Ultrium tape drive"
sleep 60
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\FS10 Full backup.bks" /n "F-FS10-%dtt%" /d "F-FS10-%dtt%"
/v:yes /r:no /rs:no /hcn /m normal /j "%dtt%" /l:s /p "LTO Ultrium" /UM
rsm eject /pf"F-FS10-%dtt% - 1" /astart
exit
Does anyone have any clue what could be wrong or what I should look at to
try and fix this problem? Thanks for your help!
I have a backup job created that runs every night and I am having some
problems with it. I modeled this backup job after one that I have been
using on another machine for a couple of years. This one however will not
refresh the media unless I go to the machine and open up the Computer
Management screen and refresh the drive. And this will only work if I do it
right after the tape is put into the machine. I don't understand why this
does not work. What could I be doing wrong. I have tried using the
friendly name and the GUID and also the media_type_id and it does not seem
to matter what I do. I just can't seem to figure out what is wrong. Here
is a copy of my command file that is run each night:
@echo on
rsm.exe refresh /lf"Hewlett Packard LTO Ultrium tape drive"
sleep 60
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\FS10 Full backup.bks" /n "F-FS10-%dtt%" /d "F-FS10-%dtt%"
/v:yes /r:no /rs:no /hcn /m normal /j "%dtt%" /l:s /p "LTO Ultrium" /UM
rsm eject /pf"F-FS10-%dtt% - 1" /astart
exit
Does anyone have any clue what could be wrong or what I should look at to
try and fix this problem? Thanks for your help!