Clonezilla is my go to for doing that. I have a tutorial where I should how to migrate from Virtualbox to XCP-NG here:
https://youtu.be/wSTk9BLwF5k

Tom Lawrence
@lawrencesystems
Tech Enthusiast, Entrepreneur, Open Source Advocate, IT Business owner, YouTube Creator
Best posts made by lawrencesystems
-
RE: Migrate from Virtualbox to xcp-ng
-
RE: Why do I see this message?
I work with enterprise companies and they NEED those reminders to let them know they should be using the supported version. I don't really see them as annoying at all.
-
RE: Change default filter in VMs list from current "power_state:running"
It's a wonderful feature, you can have customized filters for VM, storage, Templates, and Pools. Combine that with using lots of tags and it makes larger deployments very manageable.
-
RE: Can the backup folder be split at some level and the files still be useful?
Under the xo-vm-backups directory is a series of directories named with UUID's that contain everything that belongs to a particular VM's backup. As long as you keep each directory and all the contents nested within it you will be able to restore that VM.
-
RE: Tips on installing XO
That is enough to get it working and fine for most homelab environments.
-
RE: Overprovisioning CPU + RAM?
@MichaelCropper
I recently did a video tutorial on how XCP-NG virtual machine dynamic memory management and over allocation works. -
RE: How to restore a VM from VHD files?
@starmood For each VM backup run inside of Xen Orchestra it backs up not just the VHD but everything that is needed to restore that VM to any other XCP-ng host. So in a complete loss situation you can load a new XCP-ng Host, setup Xen Orchestra, point the new Xen Orchestra to those backups and restore any of the VM's with all their settings.
The metadata backup of XCP-ng is just that, the metadata of the system and it's not granular. It's good to have because all the things like network setting and what VM's are on the hosts will be there, but the VM backups to me are the most important.
I have a tutorial covering how the backups work, it's from a bit over a year ago and there are EVEN MORE features now and I will be doing a new video this year to cover that.
https://youtu.be/weVoKm8kDb4?si=1z6IDqwnK1cxEGjm
I also have a tutorial on how you can also automate the backup validation process
https://youtu.be/A0HTRF3dhQE?si=gZLXQUqLJmDkIQs6 -
RE: Delta backup questions
If the storage type you have the VM is thick provisioned it will take up more space. Use a thin provisioned storage for better storage efficiency
https://xcp-ng.org/docs/storage.html#storage-typesIf you choose 2 storage destinations it will copy to each of them at the same time.
-
RE: Understanding remote management using XO
I have a video breaking down how XCP-ng and XO work and at the 14:50 mark in my video here I break down how the XO Proxy works.
-
RE: VM performance VMWare 8 vs XCP-NG 8.2.1
@nikade
Something to consider is that due to the way XCP-ng isolates for each disk for each VM for better security there can be some performance issues. But because it's per VM (unless your use case is to only running a single VM) this is less of an issues as most people run many VM's.
Latest posts made by lawrencesystems
-
RE: XOA 'requested NFS version or transport protocol is not supported' with true nas core remote, when it should be able to support it.
@thomas-wood "Remotes" are for XO backups and SR are for VM Storage. Once you add a SR to a pool it's available to all hosts. Also, all hosts should be able to access the IP of the NFS server before setting that up.
I have a video explaining storage in XCP-ng here:
https://youtu.be/xTo1F3LUhbE?si=QHYkABgElsEVOj6H -
RE: XOA 'requested NFS version or transport protocol is not supported' with true nas core remote, when it should be able to support it.
@thomas-wood Yes, go with TrueNAS Scale. Also, TrueNAS Scale will be called TrueNAS Community with the next version 25 release.
-
RE: XOA 'requested NFS version or transport protocol is not supported' with true nas core remote, when it should be able to support it.
Why are you doing this with TrueNAS Core? It has reached end of life.
-
RE: Default Migration Network interface
@djp I am not really sure what else besides migration traffic passes over that .
-
RE: Default Migration Network interface
@djp If you assign IP's to the hosts in the same subnet range for a given network it should show up in that list.
-
RE: How Best to Achieve Higher Transfer Speeds for Backup Jobs
If you update the XOA it will not change the Memory or CPU setting of VM.
-
RE: How Best to Achieve Higher Transfer Speeds for Backup Jobs
@kagbasi-ngc
Yes, but of course speed varies by setup. I have 10G in my lab since it's so common and many of our clients are running 25G setups and bonded to 50G.You can add more CPU if you need more processing power for XOA for running more concurrent backups. If XOA were to ship with a high memory and or CPU setting by default it would not work on some setup that don't have the resources. Defaults work fine but for people who need more there are options.
-
RE: How Best to Achieve Higher Transfer Speeds for Backup Jobs
@kagbasi-ngc
Yes, I put XOA on a 10G (or faster) connection and make sure it has enough resources to process the backups. -
RE: How to restore a VM from VHD files?
@starmood For each VM backup run inside of Xen Orchestra it backs up not just the VHD but everything that is needed to restore that VM to any other XCP-ng host. So in a complete loss situation you can load a new XCP-ng Host, setup Xen Orchestra, point the new Xen Orchestra to those backups and restore any of the VM's with all their settings.
The metadata backup of XCP-ng is just that, the metadata of the system and it's not granular. It's good to have because all the things like network setting and what VM's are on the hosts will be there, but the VM backups to me are the most important.
I have a tutorial covering how the backups work, it's from a bit over a year ago and there are EVEN MORE features now and I will be doing a new video this year to cover that.
https://youtu.be/weVoKm8kDb4?si=1z6IDqwnK1cxEGjm
I also have a tutorial on how you can also automate the backup validation process
https://youtu.be/A0HTRF3dhQE?si=gZLXQUqLJmDkIQs6 -
RE: Understanding remote management using XO
I have a video breaking down how XCP-ng and XO work and at the 14:50 mark in my video here I break down how the XO Proxy works.