vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   What BACKUP/RESTORE command you use? (https://vborg.vbsupport.ru/showthread.php?t=207861)

veenuisthebest 03-09-2009 11:17 PM

What BACKUP/RESTORE command you use?
 
For SSH users:-

I want to know the commands/scripts you use for a reliable backup and restore. I beg, please do not post theoretical replies, be practical and post commands lol.

Here's what I am using now and things are working perfect, but I need some experienced opinions on this:-

For Backup:

Quote:

mysqldump --opt -u USERNAME -p DATABASENAME | gzip > /home/username/dbbackup.sql.gz
The above command works great. But I have three questions related to it-

a) Some people use -Q option in the above mysqldump command which is equal to quote-names i.e. it puts a backtick on table names. What is its significance? Do you use it too?

b) Some people use -9 option for gzip in the above command. In --help it shows that -9 compresses better. Do you use -9 too?

c) Do you even prefer to gzip OR just like to keep the bulky .sql files?

For Restore:

Quote:

gunzip < /home/username/dbbackup.sql.gz | mysql -u USERNAME -p EMPTY_DATABASENAME
a) Does the above look good to you? Do you use exactly the same?

Thankss

BSMedia 03-09-2009 11:41 PM

Thats exactly what i've always used when manually making backups.

For automated backups there are a lot of free shell scripts that will do basically the same thing as well :D

Dismounted 03-10-2009 04:56 AM

Quote:

Originally Posted by veenuisthebest (Post 1764441)
a) Some people use -Q option in the above mysqldump command which is equal to quote-names i.e. it puts a backtick on table names. What is its significance? Do you use it too?

That command is particularly useful when you have tables/databases/fields that contain MySQL keywords (which should be never!). However, when you can't really control what's being added into the database (such as vBulletin modifications), it would be a good idea to use this.
Quote:

Originally Posted by veenuisthebest (Post 1764441)
b) Some people use -9 option for gzip in the above command. In --help it shows that -9 compresses better. Do you use -9 too?

I've never really seen that until now - my guess is that it uses additional CPU power to create a smaller archive (trade-off). I don't use it though.
Quote:

Originally Posted by veenuisthebest (Post 1764441)
c) Do you even prefer to gzip OR just like to keep the bulky .sql files?

GZIP is the way to go. :)


All times are GMT. The time now is 02:31 PM.

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.01463 seconds
  • Memory Usage 1,718KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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