[pbs-devel] [PATCH v2 proxmox-backup 0/3] add proxmox-backup-debug binary
Hannes Laimer
h.laimer at proxmox.com
Fri Dec 18 07:45:55 CET 2020
Adds a new proxmox-backup-debug binary for recovery or inspections of
index and blob files.
v2:
- appiled suggestions + rewrote a few parts
- renamed 'restore' to 'debug'
Hannes Laimer (3):
add chunk inspection to pb-debug
add file(.blob, .fidx, .didx) inspection to pb-debug
add index recovery to pb-debug
Makefile | 3 +-
src/bin/proxmox-backup-debug.rs | 35 +++
src/bin/proxmox_backup_debug/inspect.rs | 279 ++++++++++++++++++++++++
src/bin/proxmox_backup_debug/mod.rs | 4 +
src/bin/proxmox_backup_debug/recover.rs | 109 +++++++++
5 files changed, 429 insertions(+), 1 deletion(-)
create mode 100644 src/bin/proxmox-backup-debug.rs
create mode 100644 src/bin/proxmox_backup_debug/inspect.rs
create mode 100644 src/bin/proxmox_backup_debug/mod.rs
create mode 100644 src/bin/proxmox_backup_debug/recover.rs
--
2.20.1
More information about the pbs-devel
mailing list