Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-01-2008, 01:15 AM
BlueEew BlueEew is offline
 
Join Date: Feb 2008
Location: UK
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Questions! Please Help!

Hello. I am rather new to running vBulletin. Anyways. I have a couple of questions I would like to ask to the experienced members of this forum. I hope you don't mind answering them for me.

a) What would you recommend I use for creating automatic Back Up. I basically want the Back Ups to be made every X amount of days I choose by it's self.

Concerning the above -

i) If I have a couple of MOD's installed on a forum. When the database is backed up automatically. Are the MOD's also included?

Please explain to me what dose get backed up.

ii) Dose the Back Up progress cause any downtime or dose it take up a lot of bandwidth?

b) I have seen a MOD or something before where it adds an table into a website. You can log in using your forums ID and password and then the forum stats get displayed on the website etc.

If I was logged in, it would say you are logged in there also.

Where can I find this MOD?

c) Are there any MOD's that you would recommend to me to use for any type of forum? Basically MOD's that help all forums in general?

i) Also any good SEO MOD's. I am already planning on using vBSEO when I have the cash. Anything else I may need?

d) Are there any guides that tell and suggest what you change the settings to in the admin panel? Maybe a guide that tells you what not to do?

Sorry about all the questions. I want to achieve as much as possible with my forums.

Thanks,
BlueEew.
Reply With Quote
  #2  
Old 04-01-2008, 03:02 AM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
a) What would you recommend I use for creating automatic Back Up. I basically want the Back Ups to be made every X amount of days I choose by it's self.
Are you planning on backing up files or just the database. I only back up my DB, because all the files are replacable. I use this script and simply run it from the ssh prompt, creates a backup of all your DB's in a cPanel like folder structure.

Doing a full file system backup, needs another script.

Quote:
i) If I have a couple of MOD's installed on a forum. When the database is backed up automatically. Are the MOD's also included?
Doing DB backups will backup all the mod settings. Doing a full filesystem backup will backup the files needed for the modifications if there are any.

Quote:
I have seen a MOD or something before where it adds an table into a website. You can log in using your forums ID and password and then the forum stats get displayed on the website etc.
There is TopX stats, and stats in admincp. I'm not sure which you're talking about.

Quote:
re there any MOD's that you would recommend to me to use for any type of forum? Basically MOD's that help all forums in general?
Not without knowing what type of forum you're running. I do recommend not going modification install happy and just installing every "cool" thing you see. But thats your choice.

Quote:
i) Also any good SEO MOD's. I am already planning on using vBSEO when I have the cash. Anything else I may need?
vBSEO is about the best one, it pretty much handles everything any software can handle, with a few tempate edits as well.

Quote:
d) Are there any guides that tell and suggest what you change the settings to in the admin panel? Maybe a guide that tells you what not to do?
Are you looking for vBulletin Optimization Tips? Or just things not to change in the admincp?
Reply With Quote
  #3  
Old 04-01-2008, 04:43 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/m...nce_ssh_backup

Restore:
http://www.vbulletin.com/docs/html/m...ce_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/showt...t=mysqlhotcopy

Bigdump:
http://www.ozerov.de/bigdump.php
Reply With Quote
  #4  
Old 04-02-2008, 11:57 PM
BlueEew BlueEew is offline
 
Join Date: Feb 2008
Location: UK
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FRDS View Post
Are you planning on backing up files or just the database. I only back up my DB, because all the files are replacable. I use this script and simply run it from the ssh prompt, creates a backup of all your DB's in a cPanel like folder structure.

Doing a full file system backup, needs another script.



Doing DB backups will backup all the mod settings. Doing a full filesystem backup will backup the files needed for the modifications if there are any.



There is TopX stats, and stats in admincp. I'm not sure which you're talking about.



Not without knowing what type of forum you're running. I do recommend not going modification install happy and just installing every "cool" thing you see. But thats your choice.



vBSEO is about the best one, it pretty much handles everything any software can handle, with a few tempate edits as well.



Are you looking for vBulletin Optimization Tips? Or just things not to change in the admincp?
I am looking for Optimization tips, SEO tips, and admincp tops. So if you have anything that you could recommend me reading. Please send me the way.

I will have to find that website to forums MOD I was speaking of. I will try and find a website that uses it.

Quote:
Originally Posted by Dismounted View Post
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/m...nce_ssh_backup

Restore:
http://www.vbulletin.com/docs/html/m...ce_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/showt...t=mysqlhotcopy

Bigdump:
http://www.ozerov.de/bigdump.php
I have used Bigdump before. I used it to move from phpBB 2 (on a free host) to a phpBB 2 paid host. Then obviously to vBulletin.

I am not going to go mad on MODs. However when I back up I want any MOD setting to be backed up also. The files are not needed, just the settings. So what should I use?
Reply With Quote
  #5  
Old 04-02-2008, 11:59 PM
Jase2 Jase2 is offline
 
Join Date: Dec 2007
Location: USA
Posts: 1,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can't backup your mod/hack settings as far as I know.

You can back your forums using this hack: https://vborg.vbsupport.ru/showthrea...atabase+backup

For SEO, I suggest you have a look at: www.vbseo.com
Reply With Quote
  #6  
Old 04-03-2008, 04:53 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Modification settings (provided they are stored in the database, which most are), will be backed up when you back up your database.
Reply With Quote
  #7  
Old 04-03-2008, 05:20 AM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mines a shell script thats pretty intellgient, backed up a 400MB DB, numerous times with no issues. Anything larger then that, i have no experience, and would recommend what dismounted suggests
Reply With Quote
  #8  
Old 04-03-2008, 05:36 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also have a shell script that backs up my databases. It automatically deletes backups older than one week.
Reply With Quote
  #9  
Old 04-03-2008, 03:54 PM
BlueEew BlueEew is offline
 
Join Date: Feb 2008
Location: UK
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want a script that backs up the forums database everyday at a certain time. Basically every 24 hours. It would be stored in a folder on my webhost. Then I can download them from there onto my computer when needed.

Something like that. What one do you use Dismounted?
Reply With Quote
  #10  
Old 04-04-2008, 05:08 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I created my own shell script to handle my backups. If you do not have shell access, you can use the scripts that were mentioned in a previous post above.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07587 seconds
  • Memory Usage 2,264KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete