Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Script a NBU-45 file system backup for Win2000 1

Status
Not open for further replies.

consultant99

Technical User
Aug 18, 2003
1
US
What is the command to execute a NetBackup (version 4.5-FP3) file system backup for a Windows2000 server? I need to execute the file system backup as part of a batch/cmd file.

Thanks in advance!
 
Hi

Not sure about the actual cmd of the top of my head but, there is a way to find out the CLI equivalent of operations carried out in the GUI.

If you edit the Debug.Properties file and unhash the 'printcmds=true ' line then start the gui back up and perform your operation then you can look in the javalog for the actual cli equivalent of the gui cmd you just executed.

I use this all the time in my Unix environment but, hopefully should be the same in Windoze.

Hope this helps :)
 
You must first configure a backup policie for this server through the interface and then you should be able to launch this policie from CLI via "bpbackup" (with a few options such as master name, immediate launch...).

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top