vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Best way to completly back up your forum/website? (https://vborg.vbsupport.ru/showthread.php?t=105472)

notsonormal 01-16-2006 08:57 AM

Best way to completly back up your forum/website?
 
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

Quote:

Originally Posted by nexialys
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

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.

nexialys 01-16-2006 01:41 PM

Quote:

Originally Posted by princessfrozen
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.


All times are GMT. The time now is 07:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01064 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete