You are here

Files in Backup and Migrate 8.2

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 label { width: 15em; float: left; overflow: hidden; …
backup_migrate.drush.inc includes/backup_migrate.drush.inc Drush commands for backup and migrate.
backup_migrate.info.yml backup_migrate.info.yml backup_migrate.info.yml
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_*)
crud.inc includes/crud.inc CRUD functions for backup and migrate types (schedules, profiles etc.).
db.inc includes/db.inc General database dump/restore code for Backup and Migrate.
db.mysql.inc includes/db.mysql.inc
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. 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.
profiles.inc includes/profiles.inc
README.txt README.txt ------------------------------------------------------------------------------- Backup and Migrate 2 for Drupal 7.x by Ronan Dowling, Gorton Studios - ronan (at) gortonstudios (dot)…
schedules.inc includes/schedules.inc

Other projects