proxmox-backup/src/bin/proxmox_file_restore
Stefan Reiter 606828cc65 file-restore: strip .img.fidx suffix from drive serials
Drive serials have a character limit of 20, longer names like
"drive-virtio0.img.fidx" or "drive-efidisk0.img.fidx" would get cut off.

Fix this by removing the suffix, it is not necessary to uniquely
identify an image.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2021-04-27 16:41:29 +02:00
..
block_driver_qemu.rs file-restore: exit with code 1 in case streaming fails 2021-04-26 15:46:37 +02:00
block_driver.rs file-restore: support encrypted VM backups 2021-04-22 17:55:30 +02:00
mod.rs file-restore: add basic VM/block device support 2021-04-08 14:11:02 +02:00
qemu_helper.rs file-restore: strip .img.fidx suffix from drive serials 2021-04-27 16:41:29 +02:00