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

    KVM in Production - Build it yourself

    IT Discussion
    kvm lab production production environment
    13
    47
    5.9k
    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.
    • stacksofplatesS
      stacksofplates
      last edited by

      Mine isn’t meant to be a full backup replacement. It’s a way to get full disk images once a week or so. I think most people that are using KVM are either using cloud infra or using state machines and agents when needed. I don’t think there is much of a demand for this type of backup solution.

      However I firmly believe any org can use automation. It’s not just for large orgs. If I can do it for everything in my house, any size business can.

      DashrenderD 1 Reply Last reply Reply Quote 1
      • DashrenderD
        Dashrender @stacksofplates
        last edited by

        @stacksofplates said in KVM in Production - Build it yourself:

        Mine isn’t meant to be a full backup replacement. It’s a way to get full disk images once a week or so. I think most people that are using KVM are either using cloud infra or using state machines and agents when needed. I don’t think there is much of a demand for this type of backup solution.

        However I firmly believe any org can use automation. It’s not just for large orgs. If I can do it for everything in my house, any size business can.

        So what do you do with your stateless data - like photos? video files, etc?

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

          @dashrender said in KVM in Production - Build it yourself:

          @stacksofplates said in KVM in Production - Build it yourself:

          Mine isn’t meant to be a full backup replacement. It’s a way to get full disk images once a week or so. I think most people that are using KVM are either using cloud infra or using state machines and agents when needed. I don’t think there is much of a demand for this type of backup solution.

          However I firmly believe any org can use automation. It’s not just for large orgs. If I can do it for everything in my house, any size business can.

          So what do you do with your stateless data - like photos? video files, etc?

          For home? Amazon. It’s automatically backed up there. I do have a bunch of music but that’s on one NFS VM that’s running CrashPlan. But like I said it’s one of the few that would require an agent.

          1 Reply Last reply Reply Quote 1
          • D
            dave_c
            last edited by

            I am starting to play with KVM after using XenServer for a while. While looking for a good KVM backup solution I found:
            https://github.com/jagane/qemu-kvm-livebackup
            https://www.linux-kvm.org/images/b/b6/2011-forum-LiveBackup.pdf

            I will be testing as soon as possible (probably in 1 week). Does anyone has any experience with it?

            ObsolesceO 1 Reply Last reply Reply Quote 0
            • ObsolesceO
              Obsolesce @dave_c
              last edited by

              @dave_c said in KVM in Production - Build it yourself:

              I am starting to play with KVM after using XenServer for a while. While looking for a good KVM backup solution I found:
              https://github.com/jagane/qemu-kvm-livebackup
              https://www.linux-kvm.org/images/b/b6/2011-forum-LiveBackup.pdf

              I will be testing as soon as possible (probably in 1 week). Does anyone has any experience with it?

              The last commit was in 2011. Is it still usable?

              1 Reply Last reply Reply Quote 0
              • D
                dave_c
                last edited by

                Yes, I know. I am reading documentation and some of the source to determine if it is viable or not. So far it seems like some of the features it implements have been some how included in libvirt. Perhaps it would be a good challenge to bring this up to date.

                The most important question is: Does anyone know a complete open source backup system for KVM? Like xen-orchestra for XS
                I know about convirture and vprotect; seems like SEP has something but I am looking for open source (you know, because of reasons)

                travisdh1T 1 Reply Last reply Reply Quote 0
                • travisdh1T
                  travisdh1 @dave_c
                  last edited by

                  @dave_c said in KVM in Production - Build it yourself:

                  Yes, I know. I am reading documentation and some of the source to determine if it is viable or not. So far it seems like some of the features it implements have been some how included in libvirt. Perhaps it would be a good challenge to bring this up to date.

                  The most important question is: Does anyone know a complete open source backup system for KVM? Like xen-orchestra for XS
                  I know about convirture and vprotect; seems like SEP has something but I am looking for open source (you know, because of reasons)

                  Backups should be super easy. Take a snapshot -> copy the original disk image file -> remove snapshot, done.

                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @travisdh1
                    last edited by

                    @travisdh1 said in KVM in Production - Build it yourself:

                    @dave_c said in KVM in Production - Build it yourself:

                    Yes, I know. I am reading documentation and some of the source to determine if it is viable or not. So far it seems like some of the features it implements have been some how included in libvirt. Perhaps it would be a good challenge to bring this up to date.

                    The most important question is: Does anyone know a complete open source backup system for KVM? Like xen-orchestra for XS
                    I know about convirture and vprotect; seems like SEP has something but I am looking for open source (you know, because of reasons)

                    Backups should be super easy. Take a snapshot -> copy the original disk image file -> remove snapshot, done.

                    Backups are totally not that that easy.

                    Sure they are is you have unlimited storage and unlimited bandwidth on 1 Gbps+ connections.

                    But in the real world, we need incrementals and/or differentials of those snaphots.

                    D 1 Reply Last reply Reply Quote 3
                    • D
                      dave_c @JaredBusch
                      last edited by

                      But in the real world, we need incrementals and/or differentials of those snaphots.

                      Exactly. And please, a super easy and fast way to recover, either a VM or a file.
                      I know that Veeam/Xen Orchestra and others make backups look really easy and I would like something like that for KVM.
                      So far, https://github.com/dguerri/LibVirtKvm-scripts looks great on paper.

                      1 Reply Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite
                        last edited by black3dynamite

                        Has anyone ever used ShadowProtect SPX with KVM?

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          dave_c @black3dynamite
                          last edited by

                          @black3dynamite
                          Interesting question. Since Veeam added agents I completely forgot about ShadowProtect.
                          in my case, I am looking for Hypervisor based backups; otherwise Veeam and even Acronis work well for agent based backups.

                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @dave_c
                            last edited by JaredBusch

                            @dave_c said in KVM in Production - Build it yourself:

                            @black3dynamite
                            Interesting question. Since Veeam added agents I completely forgot about ShadowProtect.
                            in my case, I am looking for Hypervisor based backups; otherwise Veeam and even Acronis work well for agent based backups.

                            I am in this boat. I want hypervisor backups. I have application backups and shit. But those are rarely as easy as restoring the entire hypervisor.

                            State controlled systems need not apply. This is regarding real world SMB workloads.

                            1 Reply Last reply Reply Quote 1
                            • DustinB3403D
                              DustinB3403
                              last edited by

                              Building a template VM with your backup agent installed might work (urbackup etc) as they'd register to your server.

                              Buy individual agents is again more than anyone really wants to manage.

                              ObsolesceO 1 Reply Last reply Reply Quote 0
                              • ObsolesceO
                                Obsolesce @DustinB3403
                                last edited by Obsolesce

                                @dustinb3403 said in KVM in Production - Build it yourself:

                                Building a template VM with your backup agent installed might work (urbackup etc) as they'd register to your server.

                                Buy individual agents is again more than anyone really wants to manage.

                                I think we have two KVM backup discussions going on, so I'll post a link to my other reply here:

                                https://mangolassi.it/topic/15826/kvm-and-back-ups/23

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