You are here

Functions in Backup and Migrate 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
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.
backup_migrate_update_7204 ./backup_migrate.install Disable the NodeSquirrel module if it's installed.
backup_migrate_update_7205 ./backup_migrate.install Increase the length of all ids to 255.
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
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. 2
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. 1
nodesquirrel_settings includes/destinations.nodesquirrel.inc NodeSquirrel settings form. 1
nodesquirrel_settings_page includes/destinations.nodesquirrel.inc The NodeSquirrel settings form page. 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 5
_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. 2
_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_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_message ./backup_migrate.module Helper function to set a drupal message and watchdog message depending on whether the module is being run interactively. 32
_backup_migrate_messages ./backup_migrate.module Helper function to set a drupal message and watchdog message depending on whether the module is being run interactively. 2
_backup_migrate_message_browser ./backup_migrate.module Send a message to the browser. The normal type of message handling for interactive use. 2
_backup_migrate_message_callback ./backup_migrate.module Set or retrieve a message handler. 7
_backup_migrate_message_drush includes/backup_migrate.drush.inc Send a message to the drush log. 3
_backup_migrate_message_log ./backup_migrate.module Log message if we are in a non-interactive mode such as a cron run. 2 2

Pages

Other projects