ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Storage and Data Locality

    IT Discussion
    drbd gluster storage infrastructure san data locality
    10
    30
    3.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @black3dynamite
      last edited by

      @black3dynamite said in Storage and Data Locality:

      @tim_g said in Storage and Data Locality:

      @stacksofplates said in Storage and Data Locality:

      @tim_g said in Storage and Data Locality:

      ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

      ReaR works great on stateless VMs, really easy and quick to recover.

      Why are you backing up stateless machines?

      Policy and DR.

      With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

      Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

      travisdh1T stacksofplatesS ObsolesceO 3 Replies Last reply Reply Quote 1
      • travisdh1T
        travisdh1 @scottalanmiller
        last edited by

        @scottalanmiller said in Storage and Data Locality:

        @black3dynamite said in Storage and Data Locality:

        @tim_g said in Storage and Data Locality:

        @stacksofplates said in Storage and Data Locality:

        @tim_g said in Storage and Data Locality:

        ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

        ReaR works great on stateless VMs, really easy and quick to recover.

        Why are you backing up stateless machines?

        Policy and DR.

        With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

        Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

        I keep forgetting how much easier state machines make backups for servers, keep beating it into my head, I promise I'll get reprogrammed soon.

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @travisdh1
          last edited by

          @travisdh1 said in Storage and Data Locality:

          @scottalanmiller said in Storage and Data Locality:

          @black3dynamite said in Storage and Data Locality:

          @tim_g said in Storage and Data Locality:

          @stacksofplates said in Storage and Data Locality:

          @tim_g said in Storage and Data Locality:

          ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

          ReaR works great on stateless VMs, really easy and quick to recover.

          Why are you backing up stateless machines?

          Policy and DR.

          With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

          Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

          I keep forgetting how much easier state machines make backups for servers, keep beating it into my head, I promise I'll get reprogrammed soon.

          Takes a while to get used to thinking of them in that way.

          1 Reply Last reply Reply Quote 0
          • stacksofplatesS
            stacksofplates @scottalanmiller
            last edited by

            @scottalanmiller said in Storage and Data Locality:

            @black3dynamite said in Storage and Data Locality:

            @tim_g said in Storage and Data Locality:

            @stacksofplates said in Storage and Data Locality:

            @tim_g said in Storage and Data Locality:

            ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

            ReaR works great on stateless VMs, really easy and quick to recover.

            Why are you backing up stateless machines?

            Policy and DR.

            With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

            Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

            Ya. I just back up GitLab. There’s a couple VMs with data but not many. All of our workstations are stateless. If there’s an issue I just kickstart again and Ansible does the work.

            1 Reply Last reply Reply Quote 3
            • ObsolesceO
              Obsolesce @scottalanmiller
              last edited by

              @scottalanmiller said in Storage and Data Locality:

              @tim_g said in Storage and Data Locality:

              @stacksofplates said in Storage and Data Locality:

              @tim_g said in Storage and Data Locality:

              ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

              ReaR works great on stateless VMs, really easy and quick to recover.

              Why are you backing up stateless machines?

              Policy and DR.

              Don't need it for DR. Then the question becomes, why did someone make that policy?

              They want every physical and virtual server backed up at least weekly.

              If a stateless server goes down, I don't have time to rebuild it. I am also not at a place to fully implement Salt to redeploy every damn server we have... we have 100+ servers and most of them are all different. That's a lot of work.

              Yes, in an ideal environment it wouldn't be like that. But it takes time to get there, and there aren't enough of us to do it now, and there are many higher priority things going on atm. But it's getting closer.

              There's also the issue of me being "the man behind the curtain" like the Wizard of OZ. It was brought up that implementing so many different things like SS, NC, this, that, and the other thing isn't desirable because of the hit by the bus issue...

              So politics are another thing.

              Anyways, ReaR works great for servers... I use it, and am glad I do. It's already proved itself!!

              1 Reply Last reply Reply Quote 4
              • ObsolesceO
                Obsolesce @scottalanmiller
                last edited by

                @scottalanmiller said in Storage and Data Locality:

                @black3dynamite said in Storage and Data Locality:

                @tim_g said in Storage and Data Locality:

                @stacksofplates said in Storage and Data Locality:

                @tim_g said in Storage and Data Locality:

                ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                ReaR works great on stateless VMs, really easy and quick to recover.

                Why are you backing up stateless machines?

                Policy and DR.

                With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

                Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

                Yes you should have seen from my post hostory here that i fully understand and prefer that....

                1 Reply Last reply Reply Quote 1
                • dafyreD
                  dafyre @Alex Sage
                  last edited by

                  @aaronstuder said in Storage and Data Locality:

                  rsync?

                  I had considered that. I can't remember why I decided against that at the moment. I'm currently using it to transfer my NextCloud backups off-site.

                  stacksofplatesS 1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates @dafyre
                    last edited by

                    @dafyre said in Storage and Data Locality:

                    @aaronstuder said in Storage and Data Locality:

                    rsync?

                    I had considered that. I can't remember why I decided against that at the moment. I'm currently using it to transfer my NextCloud backups off-site.

                    That's what rsnapshot uses under the hood. They just take care of the options and everything for you.

                    A 1 Reply Last reply Reply Quote 1
                    • A
                      Alex Sage @stacksofplates
                      last edited by

                      @stacksofplates Wow, rsnapshot looks good.

                      scottalanmillerS 1 Reply Last reply Reply Quote 2
                      • scottalanmillerS
                        scottalanmiller @Alex Sage
                        last edited by

                        @aaronstuder said in Storage and Data Locality:

                        @stacksofplates Wow, rsnapshot looks good.

                        It's a very good.

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post