PDA

View Full Version : Backup?


Sycoloco1212
09-02-2008, 11:12 AM
can someone help me do a full website backup? and database backup? because im going to redo my whole site and if i mess anything up ill have backups =) thanks

Marco van Herwaarden
09-02-2008, 11:21 AM
You can backup your files either using FTP or from the commandline.

The only reliable method of backing up and restoring a database is with shell access via telnet or ssh. This is because backing up with a PHP script like that in the Admin CP or phpMyAdmin can result in PHP timeouts errors and an incomplete backup file. Please see the instructions here:

Backup:
http://www.vbulletin.com/docs/html/maintenance_ssh_backup

Restore:
http://www.vbulletin.com/docs/html/maintenance_ssh_restore

P.S. If you don't have shell access, some people have also reported success with these scripts:

MySQLDumper:
http://www.mysqldumper.de/en/index.php

MySQLHotxcopy:
http://www.vbulletin.com/forum/showthread.php?t=134821&highlight=mysqlhotcopy

Bigdump:
http://www.ozerov.de/bigdump.php

Sycoloco1212
09-02-2008, 12:00 PM
thanks ill look into it =)