> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 11. Juni 2003 12:42 > To: [EMAIL PROTECTED] > Subject: Backup & Recovery again > > > Problem with understanding Backup & Recovery > > I've done the following: > > 1. a complete backup (mediumlabel komp_01) > 2. autolog is on > 2.1 put some data into database, till two autologfiles are > written (auto_01 > and auto_02) > 3. after all this I made a incremental backup (mediumlabel > Inc_01); then no > further data written into database > > First question: > > After step 2.1 I've done the following command: > > backup_history_list -r LAST > > to list all backupfiles needed. It shows just komp_01 and > auto_02. But why > not auto_01?
To understand this by yourself you need to look into the file dbm.knl. There you find all backup and restore activities. There you can find with which "lpno" the data backup wants to start with. So you have to check which intervall of start- and stop- lpno of the log backups includes the start lpno of the data backup. > > Second question: > > After step 3 I do the same command as in my first question. The dbmcli > listed komp_01, auto_02, inc_01. I'm a little bit confused. > Why I need the auto_02 > here? Because the incremental backup was done AFTER the > second autolog was > written. > > Chris ;-) This would only make sense if the auto_02 backup contains a higher stop lpno then the start lpno of the incremental backup. kind regards Uwe > > -- > +++ GMX - Mail, Messaging & more http://www.gmx.net +++ > Bitte l�cheln! Fotogalerie online mit GMX ohne eigene Homepage! > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
