Proxmox hive mind,
I'm clearly doing something dumb syntactically here and need help. I'm trying to automate backups to two separate repositories and the syntax is tripping me up.
What currently happens is both backups end up on the "Documents" repository, but I want them separated instead...
While using proxmox-backup-client to backup a standard LXD/LXC host and it's containers, I see the following warnings of content being skipped:
skipping mount point: "snap/core/14447"
skipping mount point: "snap/core20/1778"
skipping mount point: "snap/lxd/24323"
skipping mount point...
I want to include
args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,kvm=off' and
args: -device 'vfio-pci,host=00:02.0,addr=0x18,x-vga=on,x-igd-opregion=on' in
/etc/pve/qemu-server/<vmid>.conf
How should I arrange it?
Many Thanks!!