Download - BkupMODx 2.0 - Website Backup and Restore: A Disaster Recovery Tool

Posted September 10, 2008

Program: Website Backup and Restore: A Disaster Recovery Tool
Version: 2.0 - 2008/09/10
URL: http://go4it2day.com
Description: This PHP script copies all or a portion of a website and MySQL dump files into a single zip file. The script also can restore a website from a backup zip and import MySQL database dumps. The backup zip file can be downloaded locally and/or maintained on the website in an archive. The script is designed to work with any website in standalone mode and can be integrated as a module into the MODx CMS. Script configuration can include or not include up to 10 MySQL database dumps and can enable or disable login security with up to 10 user/pass combinations. It can be run in standalone mode or as a module to the MODx CMF
Copyright (C) 2008 Go4it2Day Web Services

Download no longer available. Newer version available...

Note: This program has been tested on both Windows and Linux web servers.

Windows 2000 SP4 - Apache 2.2.8 - MySQL 5.0.51a - PHP 4.4.8 and 5.2.5 (XAMPP 1.6.6a)
Linux 2.6.21.5 - Apache 2.2.8 - MySQL 5.0.37 - PHP 5.2.6 (Slackware 12.0)
Linux 2.4.31 - Apache 1.3.39 - MySQL 3.23.54 - PHP 5.2.4 (Register.com)

For Version History, Requirements and Installation please refer to the README.txt file included with the distribution.

The program scripts and output files reside in subdirectories under the root and at the same level as the root of the web space. The default directories are:

archive (where the backup zip files and MySQL dump files are stored for download, extract, import or delete)
backup (where the control scripts reside)
backup/template (where the CSS file resides)

A special thanks to a helpful PHP classes found at: PHPClasses.org

ConfigTool.php v0.02 - Simplifies the config process.

Also thanks to FreeCSStemplates and their Level2 Template for making things look good!