This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
GET BACKUP INFORMATION

GET BACKUP INFORMATION 


 

GET BACKUP INFORMATION ( selector ; info1 ; info2 ) 
Parameter Type   Description
selector  Longint in Type of information to get
info1  Longint, Date in Value 1 of the selector
info2  Time, String in Value 2 of the selector

The GET BACKUP INFORMATION command gets information related to the last backup performed on the database data.

Pass the type of information to get in selector. The type and content of the info1 and info2 parameters depend on the value of selector. You can use one of the following constants, placed in the “Backup and Restore” theme:

Constant Type Value Comment
Last backup date Longint 0

info1 returns the date and info2 the time of the last backup.

Last backup information Longint 5

info1 returns the last backup duration in milliseconds (longint) and info2 the last backup begin timestamp (string, see formatting details in the Timestamp command) 

Last backup status Longint 2

info1 returns the number and info2 the text of the status of the last backup

Next backup date Longint 4

info1 returns the date and info2 the time of the next scheduled backup



See also 

RESTORE

 
PROPERTIES 

Product: 4D
Theme: Backup
Number: 888

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D 2004
Modified: 4D v18

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)