Can anyone recommend an affordable managed MySQL database backup provider?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rhesus
    Confirmed User
    • Aug 2004
    • 2009

    #1

    Can anyone recommend an affordable managed MySQL database backup provider?

    Just need a nightly backup of MySQL databases sized a few gigs.
  • chaze
    Confirmed User
    • Aug 2002
    • 9774

    #2
    If you can do it through ftp, we can do it for as low as $27 a year.

    We will also back up the back up daily.

    http://www.dwhs.com

    Good luck
    Like the desert needs the rain
    We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

    Comment

    • jacked
      sperm tail
      • May 2004
      • 11019

      #3
      http://www.digitalbackupservice.com/

      10 GB $14.95
      25 GB $25.00
      100 GB $50.00

      Last edited by jacked; 01-09-2006, 08:15 AM.
      Got Cam Models?
      icq: 361-607-616

      Comment

      • Gateway69
        Confirmed User
        • Jul 2002
        • 1510

        #4
        u could back it up locally, using rsync.. have a script that dumps the db every X amount you want, bzip it, and ftp or rsync it to a local machine.. I have some scripts if you want to do it your self.
        Gateway - Tech Guru
        Dreaming Computers IG

        Comment

        • Rhesus
          Confirmed User
          • Aug 2004
          • 2009

          #5
          Originally posted by Gateway69
          u could back it up locally, using rsync.. have a script that dumps the db every X amount you want, bzip it, and ftp or rsync it to a local machine.. I have some scripts if you want to do it your self.
          Yeah I know, but I only have one server (that includes the MySQL server) and my home computer is not on 24/7, neither am I home very often. I could just get a small shared hosting account but I'm a bit lazy you know ;-)

          Comment

          • jacked
            sperm tail
            • May 2004
            • 11019

            #6
            Originally posted by Rhesus
            Yeah I know, but I only have one server (that includes the MySQL server) and my home computer is not on 24/7, neither am I home very often. I could just get a small shared hosting account but I'm a bit lazy you know ;-)

            offsite data backup would probably be your best solution you can access it from anywhere... normally your given an encryption key that only you have so only you can access your stored data, and it's available to you from anywhere in the world its just a matter of a few mouse clicks and you could restore your entire DB.

            http://www.digitalbackupservice.com/faq.html
            Got Cam Models?
            icq: 361-607-616

            Comment

            • dubsix
              Confirmed User
              • Dec 2004
              • 363

              #7
              rhesus,

              hit me up on icq (see sig)

              we can have you up and running with a backup tonight, this is easy stuff, we do it nightly for clients

              Comment

              • willysbirthday
                Confirmed User
                • Feb 2004
                • 436

                #8
                cron + mysqldump + rsync
                oOooooooOOo

                Comment

                Working...