Quote:
Originally Posted by Boofo
Not a good place to have it as that makes your backups available to almost anyone. The best place for the backups folder is in the same folder as public_html. Then use the following for the path:
If you can't do that, then at least password-protect the folder via htaccess.
|
Thanks a lot for the tip bro
but when I did that and ran the backup, I got the following error message:
Quote:
Automatic Database Backup for vBulletin
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
Done
|
I created a folder named
backups in the root of
public_html
what do you think I should do?