Website Backup 1GB database

Discussion in 'Security' started by Peter_Rosado, Dec 24, 2006.

  1. #1
    I need to backup my website, daily or at least 1 time per week, but it has a 1gb database and it has 2GB of space. Is there any service that offer automatic backups?
     
    Peter_Rosado, Dec 24, 2006 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    Do you run cPanel? Because you can create automatic backups...
     
    frankcow, Dec 24, 2006 IP
  3. saidev

    saidev Well-Known Member

    Messages:
    328
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    140
    #3
    do you want same server backup or remote? Most backups should be done remotely. If you have ssh available, you can use rsync to do a incremental backup. Better yet, have a second mysql server remotely and have it do replication; you might a performance hit but if its on the same lan, you should not see too much of a performance hit. That way, you can have two copies of your database at all time.
     
    saidev, Dec 24, 2006 IP
  4. mr_dean

    mr_dean Peon

    Messages:
    280
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    make bash script which automate process. put it in cron.
     
    mr_dean, Dec 30, 2006 IP