cancel
Showing results for 
Search instead for 
Did you mean: 

How to restore backup taken using tcode DB13

Former Member
0 Kudos

Hi Guruz,

I am taking online and offline backup to disk using DB13.Commandline is as follows:

brbackup -u / -c force -t online -m all -p initALP.sap -a -c force -p initALP.sap -sd

So can you tell me the procedure to restore the online/offline backup of any day and make the system up.

Regards,

Mofizur

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Mofizur,

You need to use brrestore with appropiate command line options.

http://help.sap.com/saphelp_47x200/helpdata/en/0d/d30d884a0c11d182b80000e829fbfe/frameset.htm

First restore the archive logs

brrestore –a <start_log#>-<end_log#> c –d <appropiate value> –r <appropiate value>

and then the DB

brrestore –b <xxxxxxxx.anf> -d <appropiate value>–r <appropiate value> –m full –l E