You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently incus-migrate can be used to create a remote instance on Incus based on either a filesystem tree (container) or a disk or image file (VM).
We should also allow for streaming into a custom volume instead, with the same logic, so a filesystem tree would land into a filesystem storage volume and a disk or image file would end up in a block storage volume.
The APIs are near identical for instances and custom volumes, so this should be pretty easy to add to the tool.