A Wordpress plugin that uses the Backup and Migrate Core library to create Wordpress site backups.
This module uses composer to manage dependencies. To install from this repository:
Clone the repository into your Drupal site modules directory:
git clone [email protected]:backupmigrate/backup_migrate_wordpress.git /path/to/wordpress/wp-content/plugins/backupmigrate
Change to the plugin directory:
/path/to/wordpress/wp-content/plugins/backupmigrate
Install using composer
composer install
Activate the plugin as usual using the plugins page in the WP Admin area.
The admin screen is located under Tools -> Backup and Migrate
For more information on using composer see: https://getcomposer.org/