Search results

  1. D

    Move passed-through disks to new VM?

    Currently, I have a VM (essentially a NAS) that has a number of physical disks directly passed through to it. How can I move these disks to a new VM (within the same node)? Can/should I first move the disks to a storage pool (e.g., LVM) and then attach the disks to the new VM from there?
  2. D

    [SOLVED] proxmox-backup-client namespace syntax

    I'm having problems with the --ns option for proxmox-backup-client. I can back up a client directory to the Root Namespace, as expected, using the following: proxmox-backup-client backup --backup-type host clientdata.pxar:/path/to/client/data --repository root@pam@192.168.1.10:8007:backups I...