Hi all,
I've been trying to figure out how to mount a backup snapshot of a server with multiple LVM drives.
A snapshot currently looks like this:
│ vm/119/2021-05-20T12:41:21Z │ 8.03 TiB │ client.log drive-virtio0.img drive-virtio1.img drive-virtio2.img index.json qemu-server.conf
Mounting it, might be something like this:
proxmox-backup-client map vm/119/2021-05-20T12:41:21Z drive-virtio0.img --repository root@pam@10.10.10.115bs-Backup --keyfile /etc/pve/priv/storage/pbs-backup.enc
This would mount the boot volumes into /dev/loop0
My question that I'm not too sure on how to do is how do I mount the 2 others disk (virtio1 and virtio2) that are an LVM and mount them on the server to browse? Is this even possible to do? I cannot seem to figure out how to do this.
Thank you,
I've been trying to figure out how to mount a backup snapshot of a server with multiple LVM drives.
A snapshot currently looks like this:
│ vm/119/2021-05-20T12:41:21Z │ 8.03 TiB │ client.log drive-virtio0.img drive-virtio1.img drive-virtio2.img index.json qemu-server.conf
Mounting it, might be something like this:
proxmox-backup-client map vm/119/2021-05-20T12:41:21Z drive-virtio0.img --repository root@pam@10.10.10.115bs-Backup --keyfile /etc/pve/priv/storage/pbs-backup.enc
This would mount the boot volumes into /dev/loop0
My question that I'm not too sure on how to do is how do I mount the 2 others disk (virtio1 and virtio2) that are an LVM and mount them on the server to browse? Is this even possible to do? I cannot seem to figure out how to do this.
Thank you,