Link to home
Start Free TrialLog in
Avatar of zMIMI
zMIMI

asked on

Backup report is not generated in windows 2003

Hi I have a problem with ntbackup. I have made a batch file that runs every night.
The problem is that the backup report is not generated.

Windows 2003 std

Here is the file…

@echo off
rsm.exe refresh /LF"HP Ultrium 1-SCSI SCSI Sequential Device"
"C:\Backup\sleep.exe" 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:\Windows\System32\NTBackup.exe backup "@C:\Backup\FullBackup.bks" /n "%computername%-%dtt%" /d "Full Backup %dtt%" /v:yes /r:no /rs:no /hc:on /m normal /j "Full Backup %dtt%" /l:f /p "LTO Ultrium" /UM
rsm.exe eject /PF"%computername%-%dtt% - 1" /astart
exit


Please help.

Best regards zMIMI
ASKER CERTIFIED SOLUTION
Avatar of ded9
ded9
Flag of India 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
Avatar of zMIMI
zMIMI

ASKER

You can access the log files from ntbackup->reports

The *.log file is stored under  C:\...\ntbackup\data

I think that .bks file just show the selections, but you helped med enough to be able to find the answer.

Thanks
Thank you for points