PDA

View Full Version : vb_backup.sh edit


jesusdavid
12-22-2009, 06:13 AM
hello,

As you may know, vBulletin comes with a backup script called vb_backup.sh, and when ran it will dump the database into a file called _TABLE NAME_-_DATE_.sql.gz is there any way to change this to save the file as _tablename_-_date_time.sql.gz ?

and to add a comment to the end of the sql file, so i can know if the backup is full or not, sometimes backups don't finnish, well, when ran by php they sometimes time out.

because i plan to run the backup script twice a day. and the files will overlap...

jesusdavid
12-28-2009, 03:56 AM
bump