Contains functionality related to creating and restoring site backups.

File

core/includes/backup.inc

Functions

Namesort descending Description
backup_batch Starts a batch process to create a backup.
backup_batch_finished Finishes the backup process and stores the results for eventual display.
backup_batch_prepare Prepare for a batch backup process, ensuring requirements are met.
backup_class_list Get all backup/restore class names and file paths.
backup_delete Delete a backup from the backup directory by its directory name.
backup_directory_list Get a list of all available backups.
backup_execute Run a backup process.
backup_get_handler_name Given a particular backup/restore target, find the class that applies.
backup_limit_cleanup Delete excess backups that exceed a certain count. Oldest first.
backup_prepare Prepare for a single backup process, ensuring requirements are met.
backup_restore_execute Run a backup process.
backup_restore_prepare Prepare for a single restore process, ensuring requirements are met.
backup_settings_form A general-purpose form builder for creating a backup.
backup_settings_form_submit Helper submit function for creating a backup.