Whole Backup
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Module will help make the full site backup in one click.
Will do backup for MySQL database (except data from "cache" tables) and for all files that in the Drupal root folder.
Result will be stored in drupal_root/whole_backup_backups folder.
Differs from backup_migrate:
Difference, that this module make the full site backup (database + all files in drupal_root folder), and have possibility to restore from this backup (check "How Restore from Backup").
So with one click I can do full backup, and fast restore on current or the other hosting.
How it works
Make backup
Go to Configuration->System->Whole backup and click the "Backup" button.
Result will be stored in drupal_root/whole_backup_backups folder.
That all :)
Restore from Backup
Restore from a backup you can manualy or using the "whole_backup_restore" script.
For it rename whole_backup_restore.txt to whole_backup_restore.php and put in to root folder where will be restored site, do not forget copy in this folder the archive created before ;)
Now run whole_backup_restore.php in the browser and follow the instructions ;)
Please note, this script will restore only the default site instance, so if you have multiple sites you will need configure other manually.
