d32c2e4d27
Allows to partially restore an archive by passing match patterns to the restore function. The whole restore is performed in sequential, therefore the whole archive has to be read. By wrapping the RawFd into an Option it can be controlled if the corresponding part is restored (in case of Some(fd)) or if the Reader reads over it without restore (in case of None). Signed-off-by: Christian Ebner <c.ebner@proxmox.com> |
||
---|---|---|
debian | ||
docs | ||
etc | ||
proxmox-protocol | ||
qemu-io | ||
src | ||
tests | ||
www | ||
zstd-sys | ||
.gitignore | ||
Cargo.toml | ||
defines.mk | ||
Makefile | ||
rust-toolchain |