You are here

Functions in Backup and Migrate 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
action_backup_migrate_backup ./backup_migrate.module Action to backup the drupal site. Requires actions.module.
backup_migrate_action_backup ./backup_migrate.module
backup_migrate_action_info ./backup_migrate.module
backup_migrate_backup_migrate_destinations includes/destinations.inc Implementation of hook_backup_migrate_destinations().
backup_migrate_backup_migrate_destination_types includes/destinations.inc Implementation of hook_backup_migrate_destination_types().
backup_migrate_backup_migrate_profiles includes/profiles.inc Implementation of hook_backup_migrate_profiles().
backup_migrate_backup_migrate_schedules includes/schedules.inc Implementation of hook_backup_migrate_schedules().
backup_migrate_cron ./backup_migrate.module Implementation of hook_cron().
backup_migrate_db_backup includes/db.inc Build the database dump file. Takes a list of tables to exclude and some formatting options. 1
backup_migrate_db_restore includes/db.inc Restore from a previously backed up files. File must be a decompressed SQL file. 1
backup_migrate_destination_browser_load includes/destinations.browser.inc Browser upload destination callback. 1
backup_migrate_destination_browser_save includes/destinations.browser.inc Browser download destination callback. 1
backup_migrate_destination_db_conf includes/destinations.db.inc Destination configuration callback. 1
backup_migrate_destination_db_conf_submit includes/destinations.db.inc Validate the configuration form. Make sure the email address is valid.
backup_migrate_destination_db_conf_validate includes/destinations.db.inc Validate the configuration form. Make sure the db info is valid.
backup_migrate_destination_db_save includes/destinations.db.inc Databse save download destination callback. 1
backup_migrate_destination_delete_destination includes/destinations.inc Delete a destination from the database. 1
backup_migrate_destination_delete_file includes/destinations.inc Delete a file in the given destination. 1
backup_migrate_destination_email_conf includes/destinations.email.inc Destination configuration callback. 1
backup_migrate_destination_email_conf_validate includes/destinations.email.inc Validate the configuration form. Make sure the email address is valid.
backup_migrate_destination_email_save includes/destinations.email.inc Email save destination callback. 1
backup_migrate_destination_files_list includes/destinations.file.inc File list destination callback. 2
backup_migrate_destination_file_conf includes/destinations.file.inc Destination configuration callback. 1
backup_migrate_destination_file_delete includes/destinations.file.inc File delete destination callback. 2
backup_migrate_destination_file_load includes/destinations.file.inc File load destination callback. 2
backup_migrate_destination_file_save includes/destinations.file.inc File save destination callback. 2
backup_migrate_destination_get_file includes/destinations.inc Load a file from a destination and return the file info. 4
backup_migrate_destination_get_files includes/destinations.inc Get a list of the backup files in the given destination. 2
backup_migrate_destination_save_destination includes/destinations.inc Save an existing destination, or create a new one with the given values. 1
backup_migrate_destination_save_file includes/destinations.inc Send a file to the destination specified by the settings array. 1
backup_migrate_exit ./backup_migrate.module Implementation of hook_exit().
backup_migrate_file_compress includes/files.inc Compress a file with the given settings. Also updates settings to reflect new file mime and file extension. 1
backup_migrate_file_decompress includes/files.inc Decompress a file with the given settings. Also updates settings to reflect new file mime and file extension. 1
backup_migrate_file_info includes/files.inc Get the basic info for a backup file on the server. 6
backup_migrate_file_transfer includes/files.inc Transfer file using http to client. Similar to the built in file_transfer, but it calls module_invoke_all('exit') so that temp files can be deleted. 2
backup_migrate_get_destination includes/destinations.inc Get the destination info for the destination with the given ID, or NULL if none exists. 14
backup_migrate_get_destinations includes/destinations.inc Get all the available backup destination. 3
backup_migrate_get_destination_types includes/destinations.inc Get the available destination types. 2
backup_migrate_get_profile includes/profiles.inc Get the profile info for the profile with the given ID, or NULL if none exists. 9
backup_migrate_get_profiles includes/profiles.inc Get all the available backup profiles. 3
backup_migrate_get_schedule includes/schedules.inc Get the schedule info for the schedule with the given ID, or NULL if none exists. 4
backup_migrate_get_schedules includes/schedules.inc Get all the available backup schedules. 3
backup_migrate_help ./backup_migrate.module Implementation of hook_menu().
backup_migrate_install ./backup_migrate.install
backup_migrate_menu ./backup_migrate.module Implementation of hook_menu().
backup_migrate_menu_callback ./backup_migrate.module A menu callback helper. Handles file includes and interactivity setting. 1
backup_migrate_perform_backup ./backup_migrate.module Perform a backup with the given settings. 3
backup_migrate_perform_restore ./backup_migrate.module Restore from a file in the given destination. 2
backup_migrate_perform_restore_file ./backup_migrate.module Restore from a file in the given destination. 2
backup_migrate_perm ./backup_migrate.module Implementation of hook_perm().

Pages

Other projects