Hello, > I have another question regarding the backup. I noticed that > the serial > numbers of the LOG backup file devices (LOG.001, LOG.002...) keep > increasing even after full DATA backup. Why is that? This is neccessary, because you could have more than one data-backup and the corresponding log-backups need do be distinguished.
> In order to restore a database, you need one full DATA backup and all > the consecutive LOG backups, right? Shouldn't the numbering > start at 001 > after a full DATA backup? But then you could never use the previous data-backup for recovery. And this would be very nice in the case that your last backup has been damaged by a cup of coffee. > Is there any way I can tell which LOG backup belongs to which > DATA backup? use the command backup_history_list in the dbmcli. For example, you can specify -r LAST in order to get the last backups, which are needed for a complete recovery of your database regards, martin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
