XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Backup from replicas possible?

    Scheduled Pinned Locked Moved Backup
    21 Posts 5 Posters 1.1k Views 4 Watching
    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.
    • J Offline
      john.c @florent
      last edited by john.c

      @florent Would it be okay to open it as an issue on GitHub so the community developers can see it, that way can contribute by developing the functionality?

      Though there's already libraries developed for developers to use which handle the grunt work of doing at least some of the work required to perform backups (accessing and working with the tape cartridges).

      The only pieces of extra code then required to be developed are the NodeJS plugins which can use these libraries (or command line binary tools) and the Xen Orchestra tie ins.

      https://packages.debian.org/bullseye/mt-st
      https://packages.debian.org/bullseye/mtx
      https://packages.debian.org/bullseye/stenc

      florentF 1 Reply Last reply Reply Quote 0
      • florentF Offline
        florent Vates 🪐 XO Team @john.c
        last edited by

        @john-c said in Backup from replicas possible?:

        @florent Would it be okay to open it as an issue on GitHub so the community developers can see it, that way can contribute by developing the functionality?

        Though there's already libraries developed for developers to use which handle the grunt work of doing at least some of the work required to perform backups (accessing and working with the tape cartridges).

        The only pieces of extra code then required to be developed are the NodeJS plugins which can use these libraries (or command line binary tools) and the Xen Orchestra tie ins.

        https://packages.debian.org/bullseye/mt-st
        https://packages.debian.org/bullseye/mtx
        https://packages.debian.org/bullseye/stenc

        without these we wouldn't even be able to start working on it without building a dedicated team. There is still a lot of work to make it work. Especially the part we have to read and write sequentially.
        Still, it's in our backlog, and not in the "one day maybe" part

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          john.c @florent
          last edited by john.c

          @florent said in Backup from replicas possible?:

          @john-c said in Backup from replicas possible?:

          @florent Would it be okay to open it as an issue on GitHub so the community developers can see it, that way can contribute by developing the functionality?

          Though there's already libraries developed for developers to use which handle the grunt work of doing at least some of the work required to perform backups (accessing and working with the tape cartridges).

          The only pieces of extra code then required to be developed are the NodeJS plugins which can use these libraries (or command line binary tools) and the Xen Orchestra tie ins.

          https://packages.debian.org/bullseye/mt-st
          https://packages.debian.org/bullseye/mtx
          https://packages.debian.org/bullseye/stenc

          without these we wouldn't even be able to start working on it without building a dedicated team. There is still a lot of work to make it work. Especially the part we have to read and write sequentially.
          Still, it's in our backlog, and not in the "one day maybe" part

          @florent Additionally the tapes get listed like Linux block devices at the location of /dev. Though would require a filter to ensure that only tape drives are listed as option choices.

          • https://www.cyberciti.biz/hardware/unix-linux-basic-tape-management-commands/
          • https://www.cyberciti.biz/faq/linux-tape-backup-with-mt-and-tar-command-howto/
          • https://blog.yucas.net/2018/09/12/15-useful-linux-and-unix-tape-managements-commands-for-sysadmins/
          • https://access.redhat.com/solutions/68115
          • https://linux.die.net/man/1/mt

          A good way to do it when you do would be as a plugin for Xen Orchestra backup functions. That way the process for performing the backup can occur in a sequential manner, within the plugin. Thus leaving the normal backup functions unaffected - still non-sequential (or abstracted).

          At the moment is it possible to have plugins which extend Xen Orchestra's backup feature? If not may be a helpful addition as then plugins can be developed and used to provide functionality like this as well as other backup destination functionality, such as Microsoft Azure blob file storage functionality.

          Also if necessary any client and/or customer specific plugins can then be developed, if their backup procedures are specialised in some way which the standard can't handle.

          1 Reply Last reply Reply Quote 0
          • F Offline
            flakpyro @florent
            last edited by

            @florent Any news on this being added? I was not able to find anything about it on the Github. We are moving from XO from source to full XOA soon and our DR backup/replication plan will be one of the first things we need to get straightened out before we can totally move off of VMware and Veeam.

            florentF 1 Reply Last reply Reply Quote 0
            • florentF Offline
              florent Vates 🪐 XO Team @flakpyro
              last edited by

              @flakpyro said in Backup from replicas possible?:

              @florent Any news on this being added? I was not able to find anything about it on the Github. We are moving from XO from source to full XOA soon and our DR backup/replication plan will be one of the first things we need to get straightened out before we can totally move off of VMware and Veeam.

              Could you open a github issue to track this, or , if you have a XOA, open a a feature request ticket ?

              In this thread I see 2 features :

              • adding a tag to a replicated VM, this should be quite easy
              • the lifecycle of the backup / replication , which is more work, but should be done this year
              1 Reply Last reply Reply Quote 0
              • D Offline
                DustinB
                last edited by DustinB

                replying to follow, FR created: 22844

                F 1 Reply Last reply Reply Quote 1
                • F Offline
                  flakpyro @DustinB
                  last edited by

                  Think this will make it into XO5 or is more likely to be an XO6 feature?

                  1 Reply Last reply Reply Quote 0
                  • olivierlambertO Offline
                    olivierlambert Vates 🪐 Co-Founder CEO
                    last edited by

                    It's kind of unrelated to XO 6 (especially point 2).

                    F 1 Reply Last reply Reply Quote 0
                    • F Offline
                      flakpyro @olivierlambert
                      last edited by

                      @olivierlambert Apologies, i thought adding the ability to add a tag to a replicated backup would be a feature added directly into XO as it handles backups in the Vates stack?

                      We are eagerly awaiting this functionality as it will allow us to do the same thing with XOA that we now do with Veeam. (Replicate to a DR site, then backup those replicas, keeping multiple restore points, onto long term ZFS backed backup repositories.)

                      Point 2 was not what i originally made this thread about, it came about afterwords from another forum user 🙂

                      1 Reply Last reply Reply Quote 0
                      • olivierlambertO Offline
                        olivierlambert Vates 🪐 Co-Founder CEO
                        last edited by

                        Adding a tag to a replicated backup should be trivial (we need to discuss the entire thing to be sure there's no obvious catch with @julien-f ).

                        DR automated fallback to the original site (re-sync) is planned for this year.

                        F 1 Reply Last reply Reply Quote 0
                        • F Offline
                          flakpyro @olivierlambert
                          last edited by

                          @olivierlambert we have our refreshed DR storage on order! (Replacing block only storage with another NFS capable array), as we close in on rebuilding our DR site i wonder if there has been any discussion on adding this feature? Being able to append a custom tag to a replication job would allow us to backup said replicas with the new GFS functionality to cheaper long term storage. This would in practice be pretty similar to what Veeam does with backing up from replicated storage snapshots but instead be totally hardware agnostic 🙂

                          florentF 1 Reply Last reply Reply Quote 0
                          • florentF Offline
                            florent Vates 🪐 XO Team @flakpyro
                            last edited by

                            @flakpyro for now there is no tag selector , but you can now select the VM list to be replicated

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