Using bpdbsbora to run a backup template
The bpdbsbora command lets you run a backup template that the NetBackup for Oracle RMAN template generation wizard creates.
At the command prompt, type this command using the following options:
bpdbsbora -backup -r -t templ_name.tpl [-S srvr_name] [-L prog_file]
Where:
-backup | Specifies the template type. |
-r | Runs the template. |
-t templ_name.tpl | Specifies the file name of the template that you want to use. bpdbsbora retrieves backup templates from a known location on the master server, so specify only the template file name. |
-S server_name | Optional. Specifies the master server upon which the templates reside. When it is specified, the bpdbsbora command retrieves backup templates from the specified master server. |
-L prog_file | Optional. Specifies a run-time progress log. Enclose prog_file in quotation marks (" ") if it contains space characters. |
For example:
bpdbsbora -backup -r -t ORCLMonfull.tpl -S my_mast -L my_prog_log