FireDAC.Phys.FB.TFDFBNBackup.Backup

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: TFDFBNBackup

Delphi

procedure Backup;

C++

void __fastcall Backup();

Description

Starts the backup task.

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

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

See Also