I am testing out various recovery scenarios.
One that I am testing, is to restore a disk image from a remote object storage (BackBlaze) which is mounted through kopia.
After I get proxmox-backup-debug on to a pve host, I can successfully run the command:
However, I can't find a way of putting that straight into a disk image (zfs or lvm-thin), and I do not have enough disk space on the pve-local file system.
I tried:
but this failed, and I think it failed because qmrestore expects compressed vzdump which is not what I have.
From what I can see, the other commands do not work with stdin.
Any ideas how I can do this?
One that I am testing, is to restore a disk image from a remote object storage (BackBlaze) which is mounted through kopia.
After I get proxmox-backup-debug on to a pve host, I can successfully run the command:
~/proxmox-backup-debug recover index drive-scsi0.img.fidx ../../../.chunks --output-path -
However, I can't find a way of putting that straight into a disk image (zfs or lvm-thin), and I do not have enough disk space on the pve-local file system.
I tried:
~/proxmox-backup-debug recover index drive-scsi0.img.fidx ../../../.chunks --output-path - | qmrestore - <new-vmid> --storage blah
but this failed, and I think it failed because qmrestore expects compressed vzdump which is not what I have.
From what I can see, the other commands do not work with stdin.
Any ideas how I can do this?