proxmox-backup/src
Hannes Laimer 7c72ae04f1 add chunk inspection to pb-debug
Adds possibility to inspect chunks and find indexes that reference the
chunk. Options:
 - chunk: path to the chunk file
 - [opt] decode: path to a file or to stdout(-), if specified, the
   chunk will be decoded into the specified location
 - [opt] digest: needed when searching for references, if set, it will
   be used for verification when decoding
 - [opt] keyfile: path to a keyfile, needed if decode is specified and
   the data was encrypted
 - [opt] reference-filter: path in which indexes that reference the
   chunk should be searched, can be a group, snapshot or the whole
   datastore, if not specified no references will be searched
 - [default=true] use-filename-as-digest: use chunk-filename as digest,
   if no digest is specified

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-08-31 13:19:51 +02:00
..
acme acme: nit code cleanup 2021-07-03 21:44:13 +02:00
api2 make api2::helpers::list_dir_content a CatalogReader method 2021-08-31 11:29:17 +02:00
backup cleanup proxmox_backup::backup module 2021-08-30 14:14:04 +02:00
bin add chunk inspection to pb-debug 2021-08-31 13:19:51 +02:00
config cleanup proxmox_backup::backup module 2021-08-30 14:14:04 +02:00
rrd clippy: more misc fixes 2021-01-26 09:54:55 +01:00
server cleanup proxmox_backup::backup module 2021-08-30 14:14:04 +02:00
tape cleanup proxmox_backup::backup module 2021-08-30 14:14:04 +02:00
tools add chunk inspection to pb-debug 2021-08-31 13:19:51 +02:00
auth.rs auth: 'crypt' is not thread safe 2021-07-12 18:38:48 +02:00
auth_helpers.rs move more tools for the client into subcrates 2021-07-19 10:07:12 +02:00
lib.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00