Ok I am completely new at this and do not know code at all. I know from reading these post that this is nothing new to you. However if you will humor my ignorance and give me some suggestions as to how to make this mod work it would be greatly appreciated. I set the path to:
// File Saving Information
$backup['DATE'] = 'Y-M-d'; // Backup file date format (See http://uk.php.net/date)
$backup['PREFIX'] = 'Forum-'; // Backup file prefix, applied to all files
$backup['DUMP_PATH'] = '/home/www.mywebsite.com/backups/'; // Path to backups folder, must have a trailing slash
This is the best I could interpret it from this thread. I loaded the includes folder into the home directory. When I ran the task I get an error message that reads this:
Automatic Database Backup for vBulletin 3.7
Warning: include_once([path]/./includes/cron/cronbackup.php) [function.include-once]: failed to open stream: No such file or directory in [path]/admincp/cronadmin.php on line 113
Warning: include_once() [function.include]: Failed opening '[path]/./includes/cron/cronbackup.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/admincp/cronadmin.php on line 113
Can one of you please tell me what I need to do to correct this situation to make this work?
Thank you in advance

Suenee