[pbs-devel] [PATCH proxmox-backup 0/2] add inspection of chunks, indexes and blobs
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Dec 14 09:44:00 CET 2020
On 14.12.20 07:54, Hannes Laimer wrote:
> 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
>
The information here is not a replacement for actual commit messages in the
real patches, it is normally used to provide an overview about the series
as a whole and can also be used to documemt changes between iterations -
albeit for the latter I prefer when this is done per patch, where possible
(higher level changes may span multiple patches, so it can be fine to do
those in the cover letter).
https://pve.proxmox.com/wiki/Developer_Documentation#Versioned_Patches
> 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
>
More information about the pbs-devel
mailing list