vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Backup! (https://vborg.vbsupport.ru/showthread.php?t=38458)

Rapdis 05-09-2002 01:00 PM

Backup!
 
OK... in the control panel, i normally use the backup bit!

SQL Dump of data

and check all of them.... if my entire content is deleted on tha server.... can i restore from this sql file?

if not.... how can i back up the complete forum? :confused:

Oh and i noticed u have added... number of users browsing this forum... how can i add that?

Sparkz 05-09-2002 01:06 PM

Yes, you can restore from that backup.

Rapdis 05-10-2002 11:13 AM

Thanks!

nycunderground 10-13-2002 06:41 AM

how do you restore from the sql file?

refertech 10-13-2002 12:59 PM

Well i never use that feature in the CP if thats what you want to call it. I find it is much more reliable to us telnet or ssh assuming you have shell access with your host. I also have myphpadmin but it tends to timeout if you go much over 2 megs on your database size, buts its great for view tables in the database. Here are the backup and restore strings i use in ssh (which is almost like telent)

Backup:
mysqldump --opt -u username -p database name >/dir/onyour/server/backup/10_12_02.sql

Restore:
mysql -u user name -p database name < /dir/onyour/server/backup/10_12_02.sql

After you enter this you will be prompted for your password which you wont think is being typed in but it is so just keep typing it.

Mark

NTLDR 10-13-2002 04:58 PM

There is also a Restore hack thats integrated into the ACP by Birdie501, this don't work will all hosts though.

DrkFusion 10-13-2002 05:03 PM

There are constant timeouts though if the database is big.

-Arunan


All times are GMT. The time now is 01:42 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.00910 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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