The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Backing up and compressing the database
Hi, I'm actually using this command for backingup my database
Code:
mysqldump --opt -Q -u dbusername -p databasename > backupname.sql Is better to do the gzip after or at the same time I make the backup? Thank you! |
#2
|
|||
|
|||
Bump
|
#3
|
|||
|
|||
There is no real best choice. I would prefer if it is done at the same time.
|
#4
|
||||
|
||||
how does that compare to cpanel backups
|
#5
|
|||
|
|||
tar cvzf file.tar.gz file_name => Compressses file
tar -zxpf file.tar.gz => Uncompresses tar.gz files tar -xpf file.tar.gz => Uncompresses .tar files gunzip file => Uncompresses .gz files I don't now how to compress with gzip format. But you can use tar.gz instead of it. |
#6
|
||||
|
||||
damn. just did a cpanel backup and it won't load up our our test server because of vbseo. arrgh
EDIT: got it working. wow. it restored everthing perfectly. impressive work mr. cpanel backup. (we just had to set the site up on a subdomain to get around vbseo) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|