]> git.proxmox.com Git - proxmox-backup.git/commit
client: catalog: fallback to metadata archives for catalog dump
authorChristian Ebner <c.ebner@proxmox.com>
Mon, 12 Aug 2024 10:31:37 +0000 (12:31 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 23 Oct 2024 14:10:41 +0000 (16:10 +0200)
commit8b9bae1ef1db52c5e11056d1a0da6a39ff0cf754
tree4172fac603365dbe77c22f5a1497ada4177bfd7c
parentd530ba080d0cb3c99b4a2203c1e86a0289f9944c
client: catalog: fallback to metadata archives for catalog dump

Commit c0302805c "client: backup: conditionally write catalog for
file level backups" drops encoding of the dedicated catalog when
archives are encoded as split metadata/data archives with the
`change-detection-mode` set to `data` or `metadata`.

Since the catalog is not present anymore, fallback to use the pxar
metadata archives in the manifest (if present) for generating the
listing of contents in a compatible manner.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
proxmox-backup-client/src/catalog.rs