vBulletin

Discussion in 'vBulletin' started by BlueEew, Mar 1, 2008.

  1. #1
    Hello. On vBulletin. What would you guys recommend to use to automatically backup a database everyday? I need something that is risk free, and something that is easy to install/set up.

    Whats your opinions?

    Thanks,
    BlueEew.
     
    BlueEew, Mar 1, 2008 IP
  2. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i use "MySqlDump database backup script" for my forums.

    free from http://www.scripts.oldguy.us/mysqldump/
     
    vagrant, Mar 1, 2008 IP
  3. BlueEew

    BlueEew Well-Known Member

    Messages:
    2,434
    Likes Received:
    79
    Best Answers:
    1
    Trophy Points:
    150
    #3
    Thanks for that. :) Before I choose which one I will go with I will see what everyone else as to say. :)
     
    BlueEew, Mar 1, 2008 IP
  4. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #4
    I use the mod by Ken at vbhackers that creates a backup once a night
     
    Brandon Sheley, Mar 1, 2008 IP
  5. volldepp54

    volldepp54 Banned

    Messages:
    224
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    volldepp54, Mar 5, 2008 IP
  6. gsv13

    gsv13 Well-Known Member

    Messages:
    2,773
    Likes Received:
    114
    Best Answers:
    0
    Trophy Points:
    130
    #6
    is there one that emails me sql database as an attachment? I know this is possible in joomla so asking here also....
     
    gsv13, Mar 6, 2008 IP
  7. Bohol

    Bohol Peon

    Messages:
    2,680
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Bohol, Mar 9, 2008 IP
  8. calum

    calum Peon

    Messages:
    2,821
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    0
    #8
    For free, just create a cron job to do this:

    mysqldump --opt -Q -u dbusername --password=dbpassword dbname > /home/dbbackuplocation/monday.sql

    So you create 7 of those, but you change it from monday.sql to sunday.sql for example.

    Change dbusername, dbpassword and dbname to the right details aswell.

    For example, here is mine:

    Those commands will dump the whole database into the files. Make sure you create a folder for the backups to go to and CHMOD the folder to 0777.

    Everyone monday a dump will be created and overwrite last mondays dump, so you will have a week of db dumps.
     
    calum, Mar 9, 2008 IP
  9. proxywhereabouts

    proxywhereabouts Notable Member

    Messages:
    4,027
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    200
  10. Lpspider

    Lpspider Well-Known Member

    Messages:
    2,216
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    160
    #10
    A daily automatic backup would be something very wise to do. Personally, I try to backup every 3-4 days.
     
    Lpspider, Mar 9, 2008 IP
  11. BlueEew

    BlueEew Well-Known Member

    Messages:
    2,434
    Likes Received:
    79
    Best Answers:
    1
    Trophy Points:
    150
    #11
    I have been looking for this one.

    What one would you guys and gals suggest then. I need one daily, automatic, and that dosen't require much bandwidth.
     
    BlueEew, Mar 18, 2008 IP
  12. Brandon Sheley

    Brandon Sheley Illustrious Member

    Messages:
    9,721
    Likes Received:
    612
    Best Answers:
    2
    Trophy Points:
    420
    #12
    I already posted the one I use, go t www.vbhackers.com and look for "Ken"'s profile.. You'll see the backup hack, it's very easy to do and will do everything you've asked for in this thread

    cheers
    -Brandon
     
    Brandon Sheley, Mar 18, 2008 IP