[PVE-User] Proxmox Backup Server (beta)
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Jul 16 19:04:40 CEST 2020
On 16.07.20 16:36, Mark Schouten wrote:
> On Thu, Jul 16, 2020 at 12:17:27PM +0200, Wolfgang Bumiller wrote:
>> b) block-based backups
>> - VMs on PVE
>>
>> This stores whole disks, and we include a way to "attach" a disk from
>> a backup to a VM (may even be hotplugged). Just imagine this like
>> using a .raw disk image from any other remote storage such as NFS. If
>> your guest operating system can read it, you can do whatever from
>> inside the guest.
>
> When you say 'we include a way', you mean you are going to include it?
> This isn't yet available, right?
Sure is ;-) Disclaimer: not to deeply tested yet though.
https://git.proxmox.com/?p=pve-qemu.git;a=blob;f=debian/patches/pve/0044-PVE-Add-PBS-block-driver-to-map-backup-archives-into.patch;h=855cc2207aea67fab330f2a205ddb92322bd4fb0;hb=3499c5b45a30a3489ca0d688d2d391fdfe899861#l116
Short procedure example to use it could look somewhat like:
# modprobe nbd
# export PBS_PASSWORD='12345supersecure!!!'
# export PBS_FINGERPRINT=00:b4:b5:50...
(above could be also passed directly as option, but well)
# proxmox-backup-client list --repository root at pam@192.168.1.10:datastore
# qemu-nbd --connect=/dev/nbd0 -f raw -r pbs:repository=root at pam@192.168.1.10:datastore,snapshot=vm/108/2020-07-14T09:03:47Z,archive=drive-scsi0.img.fidx
# lsblk /dev/nbd0
# mkdir /mnt/test
# mount /dev/nbd0 /mnt/test
More information about the pve-user
mailing list