]> git.proxmox.com Git - proxmox-backup.git/commit - pbs-client/src/pxar/create.rs
client: implement prepare reference method
authorChristian Ebner <c.ebner@proxmox.com>
Wed, 21 Feb 2024 12:06:46 +0000 (13:06 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 5 Jun 2024 14:39:41 +0000 (16:39 +0200)
commitfdea4e53278b2f6c214d9a65b629f8c70eb193fd
tree13a908d6e54f73b807d89246b83ba1b9c837267f
parent7c00ec904d839170b025f9d94d98e9ea28b8596d
client: implement prepare reference method

Implement a method that prepares the decoder instance to access a
previous snapshots metadata index and payload index in order to
pass it to the pxar archiver. The archiver than can utilize these
to compare the metadata for files to the previous state and gather
reusable chunks.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
pbs-client/src/pxar/create.rs
pbs-client/src/pxar/mod.rs
proxmox-backup-client/src/main.rs
proxmox-restore-daemon/src/proxmox_restore_daemon/api.rs
pxar-bin/src/main.rs