Quote:
Originally Posted by djbaxter
In Settings, make sure the folder is specified as follows (assuming it is also in public_html):
Note: this is case sensitive.
The cron job should have been added automatically when you installed this add-on.
varname: cbu_crontask
Title: Automatic Database Backup for vBulletin
Filename: ./includes/cron/cronbackup.php
Product: Automatic Database Backup
|
Whoops, I had it outside of public_html as its own file folder. Fixed that.
I also had /AutoBackups instead, because it was outside public_html, but I fixed that as well. And yeah, I figured as much that it is case sensitive.
Yes it was automatically added. I had that at first, but then I changed it back to /includes/cron, so I went ahead and changed it back again to ./includes/cron/cronbackup.php right now.
And it worked! I hit Run Now, and so it backed up my Database in 10.605 seconds. And I checked my AutoBackups folder, and the backup is in there! So I got it all working now, thanks so much for your help!
Just one last question. Because I am kinda new to vBulletin and all, once I have the database file on my computer, how do I do a restore with it so I can test it to make sure it's not corrupted and all or if I actually do need to do a restore for some reason?