You are here

function backup_migrate_files_destination_archivesource::_restore_from_file_cli in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/sources.archivesource.inc \backup_migrate_files_destination_archivesource::_restore_from_file_cli()
  2. 7.3 includes/sources.archivesource.inc \backup_migrate_files_destination_archivesource::_restore_from_file_cli()

Restore to this source.

Overrides backup_migrate_destination_filesource::_restore_from_file_cli

File

includes/sources.archivesource.inc, line 238
A destination type for saving locally to the server.

Class

backup_migrate_files_destination_archivesource
A destination type for saving locally to the server.

Code

function _restore_from_file_cli($file, &$settings) {

  // @TODO: implement the cli version of the restore.
  return FALSE;
}