View Full Version : Best way to completly back up your forum/website?
notsonormal
01-16-2006, 08:57 AM
Now that I've got a lot done, I want to be SURE that if theres a huge crash and it all goes kaboom that I have a full backup.
Can someone please fully explain how to back up everything?
Thanks!
nexialys
01-16-2006, 09:13 AM
1 - mirror or ftp everything on your site
2 - export your entire dB with phpMyAdmin
create a ZIP with the content...
BAM, you're done...
what makes the backups so complicated these days ?!
and next time, post in here: https://vborg.vbsupport.ru/forumdisplay.php?f=15
EricaJoy
01-16-2006, 01:32 PM
1 - mirror or ftp everything on your site
2 - export your entire dB with phpMyAdmin
create a ZIP with the content...
BAM, you're done...
what makes the backups so complicated these days ?!
and next time, post in here: https://vborg.vbsupport.ru/forumdisplay.php?f=15Personally what makes it so complicated for me is that phpMyAdmin times out when I do a db backup. I have to do it via shell access.
nexialys
01-16-2006, 01:41 PM
Personally what makes it so complicated for me is that phpMyAdmin times out when I do a db backup. I have to do it via shell access.
the best thing here is to backup parts of the dB on files that are about 2megs each so there is no timeout...
PHP downloads limits are usually 2megs in size, so it is completely useless to make files bigger... the only way to deal with these big files is by shell...
you can tr to backup with a .zip or a .tgz/tar file, but usually, the transfert is done but not the backup, because the server timeout too... PHP is not good for big transferts...
the biggest tables are usually phrases/templates/posts ... so making these seperate from the others is good when dealing with big forums...
EricaJoy
01-16-2006, 01:49 PM
^^doesnt work when backing up a single one of the biggest tables times out. very annoying but luckily ASO lets me have shell access. :)
notsonormal
01-16-2006, 06:52 PM
thank you
BENSTER
01-16-2006, 09:38 PM
C-panel has a Backup feature that download database. I've used it for up to 800 megs before, both to a data center, and to my home box.
Josh Combs
01-16-2006, 11:21 PM
ssh access to the mysql server to do your database back up, it is the best way to get the backup.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.