g3492 / vzborg

Simple deduplicated encrypted backups for Proxmox
GNU Affero General Public License v3.0
55 stars 15 forks source link

Support offline VMs with used PCI devices #15

Open kominoshja opened 2 years ago

kominoshja commented 2 years ago

It greps the VM config for pci devices, stores in a bash array, removes them from config, backs up, readds (even on failed vzdumps)

Usecase: Multiple VMs that share multiple PCI-E devices, but only one of these VMs is running at a time.

Possible improvements: using stop mode when backing up such machines