]> git.proxmox.com Git - proxmox-backup.git/commit
file-restore: add 'extract' command for VM file restore
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 31 Mar 2021 10:22:02 +0000 (12:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 8 Apr 2021 12:43:41 +0000 (14:43 +0200)
commitb13089cdf5332a61ae4ee373b527ff144eb21288
tree2d1dc6ec43458ac15165807e7517fad9f8cd5707
parent1f03196c0bcf5b60e740a6605cacb0fa37fdccae
file-restore: add 'extract' command for VM file restore

The data on the restore daemon is either encoded into a pxar archive, to
provide the most accurate data for local restore, or encoded directly
into a zip file (or written out unprocessed for files), depending on the
'pxar' argument to the 'extract' API call.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
Cargo.toml
debian/control
src/bin/proxmox-file-restore.rs
src/bin/proxmox_file_restore/block_driver.rs
src/bin/proxmox_file_restore/block_driver_qemu.rs
src/bin/proxmox_restore_daemon/api.rs