FireDAC.Phys.IBBase.TFDIBBackup.Backup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Backup;

C++

void __fastcall Backup(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBBackup

Description

Starts the backup task.

Use the Backup method to start the backup task on the DB server host using Service Manager.

To perform a backup task, an application must specify the connection parameters, Database, and BackupFiles. This is a programmatic method to invoke the gbak tool as a thread in the DB server process.

See Also