Hi,
Sorry but i can not work it out myself.
For monthly restore tests, i like to restore a complete infrastrukture of 10..20 VMs by script.
I am able to restore individual files from the snapshot in question, i.e:
But that does not help with restoring a complete VM as the GUI does.
I found the command in the GUI log, but it seems to rely on a device to be created in before:
Thus this does not work out either.
Thanks for your efforts in advance !
Sorry but i can not work it out myself.
For monthly restore tests, i like to restore a complete infrastrukture of 10..20 VMs by script.
I am able to restore individual files from the snapshot in question, i.e:
Code:
PBS_REPOSITORY='...' \
PBS_PASSWORD='...' \
proxmox-backup-client restore 'vm/3033/2022-03-01T10:47:00Z' qemu-server.conf /root/qemu.conf --keyfile /etc/pve/priv/storage/....enc
But that does not help with restoring a complete VM as the GUI does.
I found the command in the GUI log, but it seems to rely on a device to be created in before:
Code:
/usr/bin/pbs-restore vm/3033/2022-03-01T10:47:00Z drive-scsi0.img.fidx 'rbd:rzcluster/vm-303033-disk-0:conf=/etc/pve/ceph.conf:id=admin' --verbose --format raw --keyfile /etc/pve/priv/storage/....enc --skip-zero
Thus this does not work out either.
Thanks for your efforts in advance !
Last edited: