You are here

public function BackupMigrateInterface::backup in Backup and Migrate 8.4

Perform the backup from a given source and save it to the given destination.

Parameters

string $source_id The id of the source to backup:

string $destination_id The id of the destination to save the backup to.:

1 method overrides BackupMigrateInterface::backup()
BackupMigrate::backup in lib/backup_migrate_core/src/Main/BackupMigrate.php
Perform the backup from a given source and save it to the given destination.

File

lib/backup_migrate_core/src/Main/BackupMigrateInterface.php, line 27

Class

BackupMigrateInterface
The core Backup and Migrate service.

Namespace

BackupMigrate\Core\Main

Code

public function backup($source_id, $destination_id);