Using bpdbsbora to run an XML import template
The bpdbsbora command lets you run an XML import template that the NetBackup XML Import Wizard creates.
At the command prompt, type this command with the following options:
bpdbsbora -import -r -t templ_name.tpl [-L progress_file]
where:
-import | Specifies the template type. |
-r | Runs the template. |
-t templ_name.tpl | Specifies the full path name of the template you want to use. Unlike export templates, XML import templates do not reside in a predetermined location on the master server. They are considered to be temporary in nature and should reside on the client. If the full path is not specified as part of the XML import template name, it must reside in the current directory. |
-L progress_file | Optional. Specifies a run-time progress log. Enclose progress_file in quotation marks (" ") if it contains space characters. |
For example:
Windows:
bpdbsbora -import -r -t H:\oracle\imp_tpls\sales_imp.tpl -L prog_file
UNIX:
bpdbsbora -import -r -t /oracle/imp_tpls/sales_imp.tpl -L prog_file