[pbs-devel] [PATCH proxmox-backup 0/2] add inspection of chunks, indexes and blobs
Hannes Laimer
h.laimer at proxmox.com
Mon Dec 14 07:54:05 CET 2020
Adds support for inspecting chunk-, .blob-, .fidx-, .didx-files in
proxmox-backup-manager.
Options:
- decode: chunk and blob files can be decoded into a file or
stdout, without setting it, nothing will be decoded
- keyfile: if the chunk or blob is encrypted, a keyfile is needed for
decoding
- [only for chunks] reference-filter: where to look for index files that
reference that chunk(may be the path to a group, snapshot or the
datastore), without setting it, looking for references will be
skipped
Hannes Laimer (2):
add inspection of chunk files in proxmox-backup-manager
add inspection of index and blob files in proxmox-backup-manager
src/bin/proxmox-backup-manager.rs | 8 +
src/bin/proxmox_backup_manager/inspect.rs | 311 ++++++++++++++++++++++
src/bin/proxmox_backup_manager/mod.rs | 2 +
3 files changed, 321 insertions(+)
create mode 100644 src/bin/proxmox_backup_manager/inspect.rs
--
2.20.1
More information about the pbs-devel
mailing list