Server backup solutions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brujah
    Beer Money Baron
    • Jan 2001
    • 22157

    #1

    Server backup solutions

    What do you use for online server backups?
  • Denny
    Too lazy to set a custom title
    • Feb 2005
    • 17392

    #2
    Bump!

    Comment

    • FoxtrotAlpha
      Registered User
      • Jul 2012
      • 104

      #3
      Personally, I have a scheduled command which packs the data into a tar (no compression) and copies it to another of my servers (using SCP in linux).

      I guess the ideal way to backup your stuff depends on what kind of site you run, how much data you have, etc.

      If you have a database-heavy server, you could setup replication to a small server so it automatically replicates all data.

      On my previous setup, the websites ran in a virtual machine which I could take an entire copy/clone of regularly and store it wherever appropriate. Not ideal if you don't know how to set that up, but it has the benefit of being able to restore the entire system (OS, files, etc) as is.
      Experienced Programmer - ICQ: 601958502
      Wordpress, PHP, JS, jQuery, HTML, CSS, etc
      9 Years of Experience, 10+ languages.

      Comment

      • johnnyloadproductions
        Account Shutdown
        • Oct 2008
        • 3611

        #4
        I'd be interested to know what people use for a site that is beyound 4GB. Of course you can ftp most of the stuff to some extent.
        cPanel makes tar balls very conveniently to download, not good if you have lots of content though.

        Comment

        • Fenris Wolf
          Confirmed User
          • Nov 2005
          • 1059

          #5
          Clonebox from http://www.bettercgi.com will do the trick.
          Email: fenris_wolf3000 (a t ) yah00 . c 0 m

          Comment

          • FoxtrotAlpha
            Registered User
            • Jul 2012
            • 104

            #6
            You can do incremental backups in linux using rsync, to another server you own (could even buy a cheap VPS).

            You'll save a lot of money if you learn how to use such utilities instead of paying for 'backup solutions' which do the same thing.

            The modern way is to run everything in a virtual machine and clone it regularly onto a secondary server, then you have an identical VM ready to run if your primary one dies.
            Last edited by FoxtrotAlpha; 07-15-2012, 03:09 AM.
            Experienced Programmer - ICQ: 601958502
            Wordpress, PHP, JS, jQuery, HTML, CSS, etc
            9 Years of Experience, 10+ languages.

            Comment

            • BNMedia
              Confirmed User
              • Nov 2009
              • 433

              #7
              I have incremental backups run daily as part of my managed hosting package.
              ---------------------------------------------------------
              Webmaster of www.kinkykicks.net - Your 1 stop resource for ballbusting and cruel sexual femdom.
              Join our affiliate program at www.cash4kicks.com

              Comment

              • Spudstr
                Confirmed User
                • Jan 2003
                • 2321

                #8
                We use r1soft's solution for our backups.
                Managed Hosting - Colocation - Network Services
                Yellow Fiber Networks
                icq: 19876563

                Comment

                • livexxx
                  Confirmed User
                  • May 2005
                  • 1201

                  #9
                  word press for drop box , account setup on a box using a Nas, does the content and the HTML every couple of days for all of them
                  http://www.webcamalerts.com for auto tweets for web cam operators

                  Comment

                  • CYF
                    Coupon Guru
                    • Mar 2009
                    • 10973

                    #10
                    Originally posted by FoxtrotAlpha
                    You can do incremental backups in linux using rsync, to another server you own (could even buy a cheap VPS).
                    +1, basically what I do. I finally got around to automating it so all my backups are done automatically now.
                    Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
                    AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

                    Comment

                    Working...