]> git.proxmox.com Git - pve-qemu.git/commit
fix #1534: vma: Add extract filter for disk images
authorFilip Schauer <f.schauer@proxmox.com>
Wed, 30 Aug 2023 08:33:47 +0000 (10:33 +0200)
committerFiona Ebner <f.ebner@proxmox.com>
Wed, 30 Aug 2023 08:40:51 +0000 (10:40 +0200)
commit0cff91a000a57110d95e5e5f8f96a156045dc288
tree861a208ce7faa440829d01abfe15b86df9d6011e
parent6cadf3677dfa02e11b68b374e6ddd4f99e97fd2f
fix #1534: vma: Add extract filter for disk images

Add a filter to the "vma extract" command. A comma seperated list of
disk images that should be extracted can be passed with the "-d" option.

Example to extract an IDE drive and an SCSI drive from vzdump.vma:

vma extract vzdump.vma -d "drive-ide0,drive-scsi0" extractdir

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch