XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. MrNaz
    3. Topics
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 11
    • Groups 0

    Topics

    • M

      Hyper-V to XCP-ng

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      3
      0 Votes
      3 Posts
      4k Views
      planedropP
      Like @olivierlambert mentioned it would be best to go with ext instead of LVM, makes the migration process a lot easier. I've gone through a similar migration and it was super smooth using ext.
    • M

      Enabling and using NBD backups

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      2
      0 Votes
      2 Posts
      655 Views
      T
      @MrNaz I recommend reading the XO blog; updates are published monthly. NBD was introduced in the 5.76 release and the ability to enable in the Xen Orchestra UI was introduced in 5.79 https://xen-orchestra.com/blog/xen-orchestra-5-76/ https://xen-orchestra.com/blog/xen-orchestra-5-79/ Also enhancements were released in 5.81 https://xen-orchestra.com/blog/xen-orchestra-5-81/
    • M

      Backup remotes and resume

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      5
      0 Votes
      5 Posts
      419 Views
      olivierlambertO
      @MrNaz Because the way the VHD disk is exported: it's only sequential, and the HTTP connection doesn't support "pause"/"resume" or "seek" into something. The protocol itself doesn't support those "commands" if you like. That's exactly why NBD was created in the first place.
    • M

      Delta backups: Restore issue

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      4
      0 Votes
      4 Posts
      331 Views
      A
      @MrNaz It merges the past delta backup into the past full backup. Then it does a delta backup..... then you repeat.... Since you only keep one copy it just keeps merging the delta into the full backup. The delta backup depends on the old full backup existing and being correct. When it does a "full backup", it does a full backup of the data not just a delta (the changes). That way it does not merge the new full backup into the old full backup (or depend upon any old backups). Doing a full backup is a good checkpoint in case the old data (full or deltas) is corrupted. So having the retention set to 1 basically means you only have the most current backup saved. With backups every 12 hours you might want to set the retention to 20 so you have about 10 days of backups and every 5 days (10 backups) it will do a full backup. Or set it higher if you have more backup space.
    • M

      Update script

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      7
      0 Votes
      7 Posts
      1k Views
      H
      @mrnaz look for the (first) error in your terminal where you execute the script to upgrade. Probably you need to upgrade the yarn or node version.