Backup::postRestore |
function |
core/includes/backup/backup.class.inc |
Change a file after restoration. |
backup_test_install |
function |
core/modules/simpletest/tests/backup_test/backup_test.install |
Implements hook_install(). |
Updater::makeBackup |
function |
core/includes/updater.inc |
Perform a backup. |
backup.database.inc |
file |
core/includes/backup/backup.database.inc |
Functions to handle the direct to/from database backup source. |
backup_test.install |
file |
core/modules/simpletest/tests/backup_test/backup_test.install |
Install and update functions for the Backup test module. |
restore_backup_form |
function |
core/restore.php |
Form constructor for the list of available database module updates. |
BackupFile::$handle |
property |
core/includes/backup/backup.file.inc |
|
Backup::LOG_SUCCESS |
constant |
core/includes/backup/backup.class.inc |
|
Backup::$backupName |
property |
core/includes/backup/backup.class.inc |
The name of this backup. This is used as the basename of the backup file. |
Backup::timeoutCheck |
function |
core/includes/backup/backup.class.inc |
Determines if time for a page execution has run out. |
BackupMySql::applies |
function |
core/includes/backup/backup.mysql.inc |
Determine if this backup source should be used for a particular target. |
BackupUpdateTestCase |
class |
core/modules/simpletest/tests/backup.test |
Tests backup and restore via update.php and restore.php. |
backup_settings_form |
function |
core/includes/backup.inc |
A general-purpose form builder for creating a backup. |
backup_batch_prepare |
function |
core/includes/backup.inc |
Prepare for a batch backup process, ensuring requirements are met. |
backup_limit_cleanup |
function |
core/includes/backup.inc |
Delete excess backups that exceed a certain count. Oldest first. |
BackupConfig::backup |
function |
core/includes/backup/backup.config.inc |
Run the full backup process, including generating the backup and saving it. |
BackupFile::filePath |
function |
core/includes/backup/backup.file.inc |
Get the full current filepath. |
BackupFile::fileName |
function |
core/includes/backup/backup.file.inc |
Get the final filename. |
BackupFile::mimetype |
function |
core/includes/backup/backup.file.inc |
Get the file mimetype. |
BackupFile::clearLog |
function |
core/includes/backup/backup.file.inc |
Clear the current log messages. |
BackupMySql::getViews |
function |
core/includes/backup/backup.mysql.inc |
Get a list of views in the database. |
Updater::getBackupDir |
function |
core/includes/updater.inc |
Return the full path to a directory where backups should be written. |
update_backup_enabled |
function |
core/includes/update.inc |
Check if backups are enabled during the update.php process. |
backup_directory_list |
function |
core/includes/backup.inc |
Get a list of all available backups. |
backup_batch_finished |
function |
core/includes/backup.inc |
Finishes the backup process and stores the results for eventual display. |
BackupConfig::restore |
function |
core/includes/backup/backup.config.inc |
Restore a backup from a file. |
BackupConfig::applies |
function |
core/includes/backup/backup.config.inc |
Determine if this backup source should be used for a particular target. |
BackupFile::directory |
function |
core/includes/backup/backup.file.inc |
Get the file directory; |
BackupFile::extension |
function |
core/includes/backup/backup.file.inc |
Get the file extension. |
Backup::$backupTarget |
property |
core/includes/backup/backup.class.inc |
Indicates the item key to be backed up. |
BackupMySql::getTables |
function |
core/includes/backup/backup.mysql.inc |
Get a list of tables in the database. |
BackupSettingsTestCase |
class |
core/modules/simpletest/tests/backup.test |
Tests backup settings form. |
backup_restore_prepare |
function |
core/includes/backup.inc |
Prepare for a single restore process, ensuring requirements are met. |
backup_restore_execute |
function |
core/includes/backup.inc |
Run a backup process. |
BackupDatabase::backup |
function |
core/includes/backup/backup.database.inc |
Run the full backup process, including generating the backup and saving it. |
BackupFile::$directory |
property |
core/includes/backup/backup.file.inc |
|
BackupFile::backupName |
function |
core/includes/backup/backup.file.inc |
Get the backup name. |
Backup::defaultSettings |
function |
core/includes/backup/backup.class.inc |
An array of settings for this backup source. |
BackupMySql::$tableData |
property |
core/includes/backup/backup.mysql.inc |
The table's data keyed by table name. |
BackupMySql::$viewNames |
property |
core/includes/backup/backup.mysql.inc |
The views keyed by name. |
BackupMySql::lockTables |
function |
core/includes/backup/backup.mysql.inc |
Lock the database in anticipation of a backup. |
install_backup_location |
function |
core/includes/install.core.inc |
Installation task; Rewrite settings.php to include backup location. |
backup_get_handler_name |
function |
core/includes/backup.inc |
Given a particular backup/restore target, find the class that applies. |
BackupDatabase::restore |
function |
core/includes/backup/backup.database.inc |
Restore a backup from a file. |
BackupConfig::typeLabel |
function |
core/includes/backup/backup.config.inc |
The translated name of the backup type. |
BackupFile::$backupName |
property |
core/includes/backup/backup.file.inc |
|
BackupFile::__construct |
function |
core/includes/backup/backup.file.inc |
Construct a file object used to save or load a backup from disk. |
BackupFile::putContents |
function |
core/includes/backup/backup.file.inc |
Write the entire contents of the file. |
BackupFile::getContents |
function |
core/includes/backup/backup.file.inc |
Read the entire contents of the file. |
BackupFile::getFileSize |
function |
core/includes/backup/backup.file.inc |
Get the file size. |