What is a backup?
Announcement
Collapse
No announcement yet.
How often do you back up your database
Collapse
X
-
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
-
The most 'techie' way is via Telnet. This is taken from vBulletin userguide.Step One - Backup current database:- Telnet/SSH into your system (we'll call it machine1)
- from the root directory, type
mysqldump --opt -uUSERNAME -p databasename > /path/to/dump.sql - this should only take about than 30 seconds to a few minutes, depending on your database size
- when it is completed, it will bring you back to the prompt
- verify that you have a dump.sql in the /path/to area you specified
- That is taking into consideration you know how to open Telnet and connect. This way has proven faster and very reliable to me.
Comment
-
Telnet is a way to connect directly to a remote Unix/Linux machine and run commands directly on that machine. Considered insecure, Telnet has pretty much been replaced with ssh (secure shell).
The Windows equivalent is called Windows Terminal Server and has various front-ends like PCAnywhere and Citrix Terminal.
http://searchnetworking.techtarget.c...213116,00.htmlTranslations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by Babylonsadly my host doesn't allow me telnet or ssh but i can still run cron jobs so that's something at least.
I backup every few months, but i really mean to backup every few days... I just get lazyTranslations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by Wayne LukeThere is a script in the MySQL forum that you can run as a cron job. It will backup your forum and you can have them emailed to you on your schedule.
I was writing my own but i got lazy again
Comment
-
Once a week| DiscBurn | CD & DVD Replication services, film and VHS to DVD, and duplication equipment
| Disc On Demand | Short-run CD & DVD duplication... all online.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment