You are here

Functions in Backup and Migrate 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
backup_migrate_ui_manual_restore ./backup_migrate.module The restore/import upload page. 1
backup_migrate_ui_manual_restore_form ./backup_migrate.module The restore/import upload form. 1
backup_migrate_ui_manual_restore_form_submit ./backup_migrate.module The restore submit. Do the restore.
backup_migrate_uninstall ./backup_migrate.install Remove variables on uninstall.
backup_migrate_update_2000 ./backup_migrate.install Update from 1.x to 2.x.
backup_migrate_update_2001 ./backup_migrate.install Adding filter field for dev release of 2009-01-28
backup_migrate_update_2002 ./backup_migrate.install Clearing the cache because there was a menu structure change in the dev of 2009-05-31
backup_migrate_update_2003 ./backup_migrate.install Allowing non-int profile ids in schedules 2009-05-31
backup_migrate_update_2004 ./backup_migrate.install Allowing non-int profile ids 2009-07-01
backup_migrate_update_2005 ./backup_migrate.install Change the default database id to something friendlier 2009-08-08
backup_migrate_update_7200 ./backup_migrate.install Move the backup and migrate directory to the private directory.
backup_migrate_update_7202 ./backup_migrate.install Change the filename field to support 255 characters.
backup_migrate_update_7203 ./backup_migrate.install Update the schedule last run times to use variables instead of saving with the schedule.
drupal_ftp_change_directory includes/destinations.ftp.inc The drupal_ftp_change_directory Function This function simply changes into the $directory folder on the FTP server. If a connection or permission error occurs then _backup_migrate_message() will contain the error message. 1
drupal_ftp_connect includes/destinations.ftp.inc The drupal_ftp_connect function This function connects to an FTP server and attempts to change into the directory specified by the fourth parameter, $directory. 6
drupal_ftp_connected includes/destinations.ftp.inc The drupal_ftp_connected function This function queries the FTP server with the ftp_systype command to check if the connection is still alive. It returns TRUE on success or FALSE on disconnection. 1
drupal_ftp_create_directory includes/destinations.ftp.inc The drupal_ftp_create_directory Function This function tries to make a new directory called $folder_name on the FTP server. If it can create the folder, then the folder is given appropriate rights with the CHMOD command.
drupal_ftp_delete_file includes/destinations.ftp.inc The drupal_ftp_delete_file Function This function attempts to delete a file called $filename from the FTP server. 1
drupal_ftp_delete_folder includes/destinations.ftp.inc The drupal_ftp_delete_folder Function This function was one of the hardest to write. It recursively deletes all files and folders from a directory called $folder_name.
drupal_ftp_file_list includes/destinations.ftp.inc The drupal_ftp_file_list Function This function will change into the $directory folder and get a list of files and directories contained in that folder. This function still needs a lot of work, but should work in most cases. 1
drupal_ftp_file_to_ftp includes/destinations.ftp.inc Send a file to an FTP server. 1
drupal_ftp_ftp_object includes/destinations.ftp.inc creates a new ftp object. if any elements of ftp_map are missing, they'll be filled with the server defaults. 3
drupal_ftp_ftp_to_file includes/destinations.ftp.inc This function tries to retrieve the contents of a file from the FTP server. Firstly it changes into the $directory directory, and then attempts to download the file $filename. The file is saved locally and its contents are returned to the caller of… 1
theme_backup_migrate_ui_manual_quick_backup_form ./backup_migrate.module Theme the quick backup form.
_backup_migrate_array_to_ini ./backup_migrate.module Convert an associated array to an ini format string. 1
_backup_migrate_backup_with_defaults ./backup_migrate.module Backup the database with the default settings. 1
_backup_migrate_check_timeout ./backup_migrate.module 7
_backup_migrate_construct_filename includes/files.inc Construct a filename using token and some cleaning. 1
_backup_migrate_db_get_db_type includes/db.inc Get the appropriate db type for file inclusion and calling the right function. 3
_backup_migrate_db_switch_db includes/db.inc Switch to the db described by the DB URL, or back to previous if none selected. 2
_backup_migrate_default_exclude_tables includes/db.inc Tables to ingore altogether. None by default.
_backup_migrate_default_filename includes/files.inc Construct a default filename using the site's name. 2
_backup_migrate_default_structure_only_tables includes/db.inc Return the default tables whose data can be ignored. These tables mostly contain info which can be easily reproducted (such as cache or search index) but also tables which can become quite bloated but are not necessarily extremely important to back up…
_backup_migrate_destination_email_mail_backup includes/destinations.email.inc @function Temporary mail handler class. 1
_backup_migrate_destination_get_file_links includes/destinations.inc Get the action links for a file on a given destination.
_backup_migrate_drush_destinations includes/backup_migrate.drush.inc Get a list of available destinations with the given op. 2
_backup_migrate_dump_table_data_sql_to_file includes/db.mysql.inc Get the sql to insert the data for a given table 1
_backup_migrate_filename_append_prepare includes/files.inc Adjust the length of a filename to allow for a string to be appended, staying within the maximum filename limit. 1
_backup_migrate_filetypes includes/files.inc Return a list of backup filetypes. 2
_backup_migrate_file_dispose_buffer includes/files.inc An output buffer callback which simply throws away the buffer instead of sending it to the browser. 1
_backup_migrate_get_destination_form_item_options includes/destinations.inc Get the destination options as an options array for a form item. 6
_backup_migrate_get_profile_form_item_options includes/profiles.inc Get the available profiles as an options array for a form item. 3
_backup_migrate_get_source_form includes/destinations.inc Get the source options as a form element. 2
_backup_migrate_get_source_pulldown includes/destinations.inc Get pulldown to select existing source options. 2
_backup_migrate_get_sql_file_footer_mysql includes/db.mysql.inc The footer of the sql dump file. 1
_backup_migrate_get_sql_file_header_mysql includes/db.mysql.inc The header for the top of the sql dump file. These commands set the connection character encoding to help prevent encoding conversion issues. 1
_backup_migrate_get_tables_mysql includes/db.mysql.inc Get a list of tables in the db. 2
_backup_migrate_get_table_names includes/db.inc Get the list of table names.
_backup_migrate_get_table_names_mysql includes/db.mysql.inc Get the list of table names.
_backup_migrate_get_table_structure_sql_mysql includes/db.mysql.inc Get the sql for the structure of the given table. 1

Pages

Other projects