Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Used for Lotus Domino Point in Time Recovery on Green Screen.

Recovering just the on-line - full backup (no incremental):

CRTDTAARA DTAARA(QTEMP/Q1APOINT) TYPE(*CHAR) LEN(14) VALUE('*FULL ')

Recovering to a point-in-time (full plus incremental):

CRTDTAARA DTAARA(QTEMP/Q1APOINT) TYPE(*CHAR) LEN(14) VALUE(yyyymmddhhmmss)

where yyyy is the year, mm is the month, dd is the day, hh is the hour, mm is the minutes and ss is the seconds.

Example

...

VALUE('20010525161212') represents a point-in-time of May 25th, 2001 at 16:12:12 

...

NOTE: The time is entered in 24-hour clock format.

Please go to Lotus Server Incremental Backups in order to find out more information about point in time recovery in BRMS.