> -----Original Message----- > From: Case, Glen [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 2:35 PM > To: [EMAIL PROTECTED] > Subject: Another Question on Restore > > > OK. Tell me if this scenario will work for the restore. > > dbmcli -uUTL ... > util_execute INIT CONFIG > recover_start completeF > recover_start incF > db warm > > I need to execute INIT CONFIG because I am copying a Complete > backup from several days ago and do not wish to apply the > logs. My main questions is that I have about 20 incremental > files that needs to be applied. Do I have to issue the > recover_start incF command 20 times ? My files start with > INC, INC001 thru INC020. My thinking here is that when the > first recover_start incF command is done then I will copy > INC001 to INC and then issue the recover_start incF. I > repeat these commands until all my incremental files have > been applied. This is not a complete database recovery. Is > this correct ?
In version 7.4 the behaviour of the incremental backup has changed. An incremental backup contains now _all_ changes starting at the last _complete_ backup. In your case this means, that you only have to recover the complete backup and the last incremental backup made (#20). regards, Martin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
