- Backup::prepareEnvironment in core/
includes/ backup/ backup.class.inc - Prepare the PHP environment for performing a backup or restore.
- Backup::prepareEnvironment in core/
includes/ backup/ backup.class.inc - Prepare the PHP environment for performing a backup or restore.
- BackupConfig::backup in core/
includes/ backup/ backup.config.inc - Run the full backup process, including generating the backup and saving it.
- BackupConfig::backup in core/
includes/ backup/ backup.config.inc - Run the full backup process, including generating the backup and saving it.
- BackupConfig::restore in core/
includes/ backup/ backup.config.inc - Restore a backup from a file.
- BackupConfig::restore in core/
includes/ backup/ backup.config.inc - Restore a backup from a file.
- BackupDatabase::postBackup in core/
includes/ backup/ backup.database.inc - Change a file after a backup is complete.
- BackupDatabase::postBackup in core/
includes/ backup/ backup.database.inc - Change a file after a backup is complete.
- BackupDatabase::restore in core/
includes/ backup/ backup.database.inc - Restore a backup from a file.
- BackupDatabase::restore in core/
includes/ backup/ backup.database.inc - Restore a backup from a file.
- BackupMySql::dumpTableDataSqlToFile in core/
includes/ backup/ backup.mysql.inc - Get the SQL to insert the data for a given table.
- BackupMySql::dumpTableDataSqlToFile in core/
includes/ backup/ backup.mysql.inc - Get the SQL to insert the data for a given table.