public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH v2 proxmox-backup 0/3] add proxmox-backup-debug binary
@ 2020-12-18  6:45 Hannes Laimer
  2020-12-18  6:45 ` [pbs-devel] [PATCH v2 proxmox-backup 1/3] add chunk inspection to pb-debug Hannes Laimer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hannes Laimer @ 2020-12-18  6:45 UTC (permalink / raw)
  To: pbs-devel

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-18  6:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18  6:45 [pbs-devel] [PATCH v2 proxmox-backup 0/3] add proxmox-backup-debug binary Hannes Laimer
2020-12-18  6:45 ` [pbs-devel] [PATCH v2 proxmox-backup 1/3] add chunk inspection to pb-debug Hannes Laimer
2020-12-18  6:45 ` [pbs-devel] [PATCH v2 proxmox-backup 2/3] add file(.blob, .fidx, .didx) " Hannes Laimer
2020-12-18  6:45 ` [pbs-devel] [PATCH v2 proxmox-backup 3/3] add index recovery " Hannes Laimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal