archive fake argument: Perform an unrecorded backup (SQL administration API)

Use the archive fake argument with the admin() or task() function to perform a backup operation to clone the data in a server without creating a persistent backup that could be used to perform a restore.

Syntax


1  EXECUTE FUNCTION
1 admin
1 task
2  (
2  "archive fake"
2  ) ;

Usage

Use this function to populate the secondary server in a High-Availability Data Replication pair.

Example

The following example starts an unrecorded backup:
EXECUTE FUNCTION task("archive fake");