Simple module to create backups of your Drupal website.
The file includes everything you need to recover your Drupal site: the database and your files folder.
The backup can be setup to wake up automatically using CRON.
The resulting file is saved on your server and it can be pushed to another computer that can access a POST (we recommend that you use an HTTPS protocol so the transfers are done via a secure tunnel.)
Technical features
- Supported platforms:
- All platforms that support PHP 5 and Drupal 6 (Microsoft Windows, Linux, Mac OS/X, SunOS, HP UX, etc.)
- PostgreSQL 7.x or 8.x
- The MO Backup module does not require any other third party module
- The module generates a .tar.gz file compatible with all the .tar.gz files available on http://drupal.org
- The time when the backup shall start can be determined in the global settings of the module
- Detailed documentation of users and developers