cancel
Showing results for 
Search instead for 
Did you mean: 

Restore backup using PowerShell

Mirs
Level 2

Hi,

 

I would like to automate some Oracle E-Business Suite clone.

My customer is using netbackup to store the file system backup.

I would like to restore backup on a new node using Powershell script.

Is there any netbackup library or packages available that I can use for this?

If yes, where can i get that libraries ( I do not have the netbackup CD )?

Thanks

3 REPLIES 3

Nicolai
Moderator
Moderator
Partner    VIP   

There is as far as I know no power shell libraries for Netbackup. But you can always call Netbackup command line programs to do what you want.

Please see the attached command line reference. Lookup bprestore

http://www.symantec.com/docs/DOC5182

A word of advice - always call the bprestore command from the client - It safer if something does work as intended ;)

 

Mirs
Level 2

Thanks for your feedback.

My goal is really to automate the process. So I need to run all the restore from teh command line.

I will do some test to see what I can do and how I can trust this

Thanks again.

huanglao2002
Level 6

when i need restore lots of data,i like use command to complete the jobs.