You are here

Functions in Backup and Migrate 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
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_2006 ./backup_migrate.install Change the filename field to support 255 characters.
backup_migrate_update_6200 ./backup_migrate.install Update the schedule last run times to use variables instead of saving with the schedule.
backup_migrate_update_6300 ./backup_migrate.install Uninstall backup migrate files if it's installed
backup_migrate_update_6301 ./backup_migrate.install Switch the cron switch to text.
backup_migrate_update_6302 ./backup_migrate.install Add a second destination to schedules.
backup_migrate_update_6303 ./backup_migrate.install Add a second destination to schedules.
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
mymodule_ctools_plugin_api ./backup_migrate.module Implementation of hook_ctools_plugin_api().
nodesquirrel_check_secret_key includes/destinations.nodesquirrel.inc Check that a nodesquirel key is valid. 1
nodesquirrel_get_activate_help_text includes/destinations.nodesquirrel.inc Get a helper link to activate a site and create a tree. 1
nodesquirrel_get_activate_link includes/destinations.nodesquirrel.inc Get a helper link to activate a site and create a tree. 3
nodesquirrel_get_destination includes/destinations.nodesquirrel.inc Get the NS destination for the given key. 1
nodesquirrel_get_manage_link includes/destinations.nodesquirrel.inc Get a helper link to activate a site and create a tree. 2
theme_backup_migrate_dependent ./backup_migrate.module Theme the dependent form section.
theme_backup_migrate_group ./backup_migrate.module Theme the dependent form section.
theme_backup_migrate_ui_manual_quick_backup_form_inline ./backup_migrate.module Theme the quick backup form.
theme_backup_migrate_ui_quick_schedule_form_inline ./backup_migrate.module Theme the quick schedule 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_block_view_quick_backup ./backup_migrate.module Quick Backup block.
_backup_migrate_check_timeout ./backup_migrate.module 5
_backup_migrate_clean_filename includes/files.inc Clean up a filename to remove unsafe characters. 2
_backup_migrate_construct_filename includes/files.inc Construct a filename using token and some cleaning. 1
_backup_migrate_default_filename includes/files.inc Construct a default filename using the site's name. 1
_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_destination_pulldown_set_value includes/destinations.inc Set the value of a form field given it's parent array. 1
_backup_migrate_destination_pulldown_validate includes/destinations.inc Validate the destination and second destination widget. 1
_backup_migrate_drush_destinations includes/backup_migrate.drush.inc Get a list of available destinations with the given op. 2
_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. 2
_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_filter_before_action_form ./backup_migrate.module Retrieve an array of form items to be filled out before an action can continue. 2
_backup_migrate_get_destination_form_item_options includes/destinations.inc Get the destination options as an options array for a form item. 2
_backup_migrate_get_destination_pulldown includes/destinations.inc Get pulldown to select existing source options. 4
_backup_migrate_get_profile_form_item_options includes/profiles.inc Get the available profiles as an options array for a form item. 4
_backup_migrate_get_source_form includes/sources.inc Get the source options as a form element. 2
_backup_migrate_get_source_form_item_options includes/sources.inc Get the location options as an options array for a form item. 3

Pages

Other projects