seem something were missing in the Auto-backup.txt and base on my problem I would like to share to all
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'
In a case for new version of mysql you should add var $MYSQLI; (after var $MYSQL) in mysqlbackup.php then change var $DTYPE = 'mysqli' ;
6. Create the new folder as "backups" or what ever you desire for it then set permission as 777
if it is in the root website in AdminCP option should set ./backups/
if it is in the forum directory in AdminCP option should set ../backups/
and so on.
hope it helps
THANK YOU PAUL it is useful mode
|