FireDAC.Phys.ASA.TFDASABackup.Backup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Backup;

C++

void __fastcall Backup();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.ASA.pas
FireDAC.Phys.ASA.hpp
FireDAC.Phys.ASA TFDASABackup

Description

Starts the backup task.

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

To perform a backup task, an application must specify the ConnectParams and OutputDir.

Backup is a programmatic method to invoke the dbbackup tool as a thread in the DB server process. The dbbackup tool makes a backup copy of all the files for a single database. You can use the dbbackup tool on a running database and it will copy the files the same way as when the database is not running. For more details about the dbbackup utility, see http://infocenter.sybase.com/help/.

See Also