You are here

Files in Backup and Migrate 6.3

Primary tabs

File namesort descending Location Namespace Description
backup_migrate.css backup_migrate.css .schedule-list-disabled { filter:alpha(opacity=50); -moz-opacity: .50; opacity: .50; } .backup-migrate-cache-time { font-size: 0.85em; } .backup-migrate-tables-checkboxes .form-item { margin: 0; } .backup-migrate-tables-checkboxes…
backup_migrate.drush.inc includes/backup_migrate.drush.inc Drush commands for backup and migrate.
backup_migrate.functionality.test tests/backup_migrate.functionality.test
backup_migrate.info backup_migrate.info name = Backup and Migrate description = "Backup the Drupal database and files or migrate them to another environment." core = 6.x
backup_migrate.install backup_migrate.install Install hooks for Backup and Migrate.
backup_migrate.module backup_migrate.module Create (manually or scheduled) and restore backups of your Drupal MySQL database with an option to exclude table data (e.g. cache_*)
backup_migrate.unit.test tests/backup_migrate.unit.test
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.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.nodesquirrel.inc includes/destinations.nodesquirrel.inc Functions to handle the NodeSquirrel backup destination.
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. Not technically a filter per-se, but it does need to fit in the call chain.
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 2 for Drupal 6.x by Ronan Dowling, Gorton Studios - ronan (at) gortonstudios (dot)…
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

Other projects