<!-- $Id: Auto-backup.txt 1150 2013-03-17 16:26:51Z  $ -->


=============================
Auto-Backup for vBulletin 4.2
=============================


This lite version is adapted from the original 3.0.x version by Trigunflame.


Installation
------------

1. Copy all files in the 'includes' folder to the server.

2. Upload the product XML via the Product Manager.

3. Set your choice of options in the ACP (vBulletin Options).

4. Alter the timing of the cron job to suit.

5. To use the (experimental) MySQL backup option, you need to edit the mysqlbackup.php file.

   Find  var $DTYPE = 'php'; and change it to  var $DTYPE = 'mysql'



