X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FStorage%2FPBSPlugin.pm;h=4b3f3497b6f7ab4ce2beb722d0771337df8245fa;hb=c66e0b8a0a37abfeb253bf610b9add144ca908d0;hp=e186663316d361753768cd973b793a988c77f3cb;hpb=5ef50a826296707af689d21cd8a782e26ae745dd;p=pve-storage.git diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index e186663..4b3f349 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -688,6 +688,7 @@ sub list_volumes { content => 'backup', vmid => int($bid), ctime => $epoch, + subtype => $btype eq 'vm' ? 'qemu' : 'lxc', # convert to PVE backup type }; $info->{verification} = $item->{verification} if defined($item->{verification});