The HrBackupGetBackupLogs function obtains the list of log files to back up.
Header file: | EDBBCLI.H |
Library: | EDBBCLI.LIB |
Unicode: | Yes |
HRESULT HrBackupGetBackupLogs(
HBC pvBackupContext,
LPSTR *szBackupLogFile,
PDWORD pcbSize
);
See Return Values.
The list of log files are the only files that need to be backed up for a differential or incremental backup. For a full backup, these files need to be backed up in addition to those returned by the HrBackupGetDatabaseNames function.
For more information on the HrBackupGetBackupLogs function, see Backing Up and Restoring Data.