cancel
Showing results for 
Search instead for 
Did you mean: 

Restoration automation- Monthly tapes

happydeiva
Not applicable

Hi,

 

We are having around 150 servers as a netbackup clients and i m planning to do the restoration drill automation via scripts , can any one have the same script please share with "how to "

 

Thanks ,

 

Deiva Sigamani k

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

You will have to develop your own restore scripts.

Start with NBU commands manual to lookup bprestore.

There are many examples on the web and this forum.

Parameters you will need: 
Source Client name as per the NBU policy that backed it up.
Destination Client name.
Policy type used for backup.
Time frame - if know exact backup date for client, use this as start and end-date.
File list to be restored (use -f <filename> to add multiple entries)
Destination for restore (if different to original) - add to <rename-file> and specify with -R <rename-file>

If you have DBs and/or Applications to restore such as SQL and Exchange, that is a totally different ballgame..... 

You may want to explore BMR option if you need to perform complete restore as part of DR test.

View solution in original post

1 REPLY 1

Marianne
Level 6
Partner    VIP    Accredited Certified

You will have to develop your own restore scripts.

Start with NBU commands manual to lookup bprestore.

There are many examples on the web and this forum.

Parameters you will need: 
Source Client name as per the NBU policy that backed it up.
Destination Client name.
Policy type used for backup.
Time frame - if know exact backup date for client, use this as start and end-date.
File list to be restored (use -f <filename> to add multiple entries)
Destination for restore (if different to original) - add to <rename-file> and specify with -R <rename-file>

If you have DBs and/or Applications to restore such as SQL and Exchange, that is a totally different ballgame..... 

You may want to explore BMR option if you need to perform complete restore as part of DR test.