You are here

Files in Backup and Migrate 7.3

Primary tabs

File namesort descending Location Namespace Description
backup_migrate.advanced_settings.inc backup_migrate.advanced_settings.inc Functionality required for the advanced settings form.
backup_migrate.css backup_migrate.css Custom CSS for the Backup Migrate module.
backup_migrate.drush.inc includes/backup_migrate.drush.inc Drush commands for backup and migrate.
backup_migrate.info backup_migrate.info name = Backup and Migrate description = "Backup the Drupal database and files or migrate them to another environment." core = 7.x configure = admin/config/system/backup_migrate ; Require PHP 5.4 so that some slightly more advanced PHP logic…
backup_migrate.install backup_migrate.install Install hooks for Backup and Migrate.
backup_migrate.module backup_migrate.module Backup and restore databases for Drupal.
BmTestBase.test tests/BmTestBase.test Shared functionality to make the rest of the tests simpler.
BmTestBasics.test tests/BmTestBasics.test Tests for different parts of the Backup Migrate system.
BmTestCtools.test tests/BmTestCtools.test Test extended functionality as provided by Ctools.
BmTestEmail.test tests/BmTestEmail.test Test email delivery.
BmTestProfiles.test tests/BmTestProfiles.test Tests the profiles functionality.
BmTestUpdate7310.test tests/BmTestUpdate7310.test Test module updates.
bm_test.info tests/bm_test.info name = "Backup and Migrate Mock Module" description = "Mock module for testing the Backup and Migrate module." package = Other core = 7.x hidden = TRUE dependencies[] = simpletest dependencies[] = backup_migrate
bm_test.module tests/bm_test.module Mock module to help and test hooks.
CHANGELOG.txt CHANGELOG.txt Backup and Migrate 7.x-3.x-dev, xxxx-xx-xx ------------------------------------------ #3160105 by ron_s: Adjust README to match changes to default performance settings. #3159270 by tobiasb, jeffschuler, DamienMcKenna, solideogloria, joelpittet: …
crud.inc includes/crud.inc CRUD functions for backup and migrate types (schedules, profiles etc.).
destinations.browser.inc includes/destinations.browser.inc Functions to handle the browser upload/download backup destination.
destinations.db.inc includes/destinations.db.inc Functions to handle the direct to database destination.
destinations.db.mysql.inc includes/destinations.db.mysql.inc Functions to handle the direct to database destination.
destinations.email.inc includes/destinations.email.inc Functions to handle the email backup destination.
destinations.file.inc includes/destinations.file.inc A destination type for saving locally to the server.
destinations.ftp.inc includes/destinations.ftp.inc Functions to handle the FTP backup destination.
destinations.inc includes/destinations.inc
destinations.s3.inc includes/destinations.s3.inc Functions to handle the s3 backup destination.
files.inc includes/files.inc General file handling code for Backup and Migrate.
filters.backup_restore.inc includes/filters.backup_restore.inc This filter performs tha actual backup or restore operation.
filters.compression.inc includes/filters.compression.inc A filter for compressing bckups with zip, gz bzip etc.
filters.encryption.inc includes/filters.encryption.inc A filter for encrypting bckups with AES.
filters.inc includes/filters.inc All of the filter handling code needed for Backup and Migrate.
filters.statusnotify.inc includes/filters.statusnotify.inc A filter for compressing bckups with zip, gz bzip etc.
filters.utils.inc includes/filters.utils.inc A filter to run some basic utility functions. Basically any useful option not big enough to justify it's own class.
locations.inc includes/locations.inc
profiles.inc includes/profiles.inc
README.txt README.txt Backup and Migrate ------------------ This module makes the task of backing up a site's Drupal database, code and all uploaded files and of migrating data from one Drupal install to another easier. Database backup files are a list of SQL…
schedules.inc includes/schedules.inc All of the schedule handling code needed for Backup and Migrate.
sources.archivesource.inc includes/sources.archivesource.inc A destination type for saving locally to the server.
sources.db.inc includes/sources.db.inc Functions to handle the direct to database destination.
sources.db.mysql.inc includes/sources.db.mysql.inc Functions to handle the direct to database source.
sources.filesource.inc includes/sources.filesource.inc A destination type for saving locally to the server.
sources.inc includes/sources.inc
test.txt tests/files/test.txt Non-displayable characters.

Other projects