The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb4 - vb_backup.sh fails
Hello,
I have a cron set to run every day at 3 am. cPanel sometimes emails me this output: Quote:
|
#2
|
||||
|
||||
What is on line 52 of your script?
|
#3
|
|||
|
|||
its not my script, its what vbulletin gave me when i downloaded it.... i have not made any changes other than the path to my config file. however, it is:
Code:
case "$1" in backup) if [ -n "$dbpassword" ] then passwordinfo=-p$dbpassword fi $mysqldumpcmd -h$servername -u$dbusername $passwordinfo --add-drop-table --add-locks --all --extended-insert --quick --compress $dbname > $database $gzipcmd $database ;; *) echo "vb_backup.sh: Database backup script for vBulletin 3." echo "Please use the following command to backup your vBulletin database:" echo "./vb_backup.sh backup" ;; esac exit 0 |
#4
|
||||
|
||||
I have never used it. You should ask questions about a default script over on vbulletin.com. Please see this sticky - Installation Issues / Questions or bug reports regarding default vBulletin 4.0
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|