Hi again,

if you want to restore to the database content at the exact time of the backup,
you also can perform a
        db_active RECOVER <backup_madium>
Then all database contents including the logvolume is first initialized and
then data is restored from the backup_medium. If you restart the database 
afterwards, you should see the same contents as at the time of the backup.

kind regards, Martin

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 23, 2005 12:16 PM
To: [email protected]
Subject: RE: how to do a not imperfect backup

Thanks martin.

  But has maxdb any other way to do a not imperfect backup except 
point-in-time?
  thanks.
//*************************************************************************************

Hi,

have a look at the so called point-in-time recovery. Either
use a "restore log ... UNTIL" or -  in the case the needed
logpages are present on your logvolume -  use "a restart UNTIL"

kind regards, Martin

-----Original Message-----
From: liulian0588@<i style="color:#666">stripped</i> [mailto:liulian0588@<i 
style="color:#666">stripped</i>] 
Sent: Wednesday, May 18, 2005 8:10 AM
To: maxdb@<i style="color:#666">stripped</i>
Subject: how to do a not imperfect backup

    Now i want restore database to the state which i make a backup.It is
a 
imperfect backup operation.
    But i found DBMS had done a complete backup after i did a restore 
operation with the backup media.
    I nill using the init restore and i nill restore the database with 
specifid the time.

    Are there have any other way?

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to