]> git.proxmox.com Git - proxmox-backup.git/commit
www: content: lookup via metadata archive instead of catalog
authorChristian Ebner <c.ebner@proxmox.com>
Fri, 7 Jun 2024 11:37:51 +0000 (13:37 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 7 Jun 2024 11:56:24 +0000 (13:56 +0200)
commit4dd816b343b71fd9964ebea0d1e3ba99546ce5ab
tree19b6eea1f5db762b163f26a92a5156a2620c1967
parent84981486cb9d695bb3ce0813ced18bc8faf4384a
www: content: lookup via metadata archive instead of catalog

In case of pxar archives with split metadata and payload data, the
metadata archive has to be used to lookup entries for navigation
before performing a single file restore.

Decide based on the archive filename extension whether to use the
`catalog` or the `pxar-lookup` api endpoint.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
www/datastore/Content.js