Windows 2000 NTBackup.exe Problems

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

When I run the following script, ntbackup STILL asks me if
I want to overwrite the backup media. How can I get
ntbackup to run completly un-attended.
"
@echo
C:\WINNT\system32\NTBACKUP.EXE
backup "@C:\Backup\backup.bks" /d "Daily" /v:no /r:no /rs:n
o /hc:on /m normal /j "Daily" /l:s /P "4mm DDS" /UM"

Thanks
Gary
 
Gary said:
When I run the following script, ntbackup STILL asks me if
I want to overwrite the backup media. How can I get
ntbackup to run completly un-attended.
"
@echo
C:\WINNT\system32\NTBACKUP.EXE
backup "@C:\Backup\backup.bks" /d "Daily" /v:no /r:no /rs:n
o /hc:on /m normal /j "Daily" /l:s /P "4mm DDS" /UM"

Thanks
Gary

What's the purpose of the double-quote after /UM?
 
Back
Top