public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/3] add proxmox-backup-recovery binary
@ 2020-12-15  8:16 Hannes Laimer
  2020-12-15  8:16 ` [pbs-devel] [PATCH proxmox-backup 1/3] add inspection of chunks Hannes Laimer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hannes Laimer @ 2020-12-15  8:16 UTC (permalink / raw)
  To: pbs-devel

Adds a (standalone) binary that can be used for inspection of index,
blob and chunk files. It can also be used to restore data from an index
files without relying on a running pbs instance.

Hannes Laimer (3):
  add inspection of chunks
  add inspection of .blob, .fidx and .didx files
  add restore of index files

 Makefile                                   |   3 +-
 src/bin/proxmox-backup-recovery.rs         | 137 +++++++++
 src/bin/proxmox_backup_recovery/inspect.rs | 308 +++++++++++++++++++++
 src/bin/proxmox_backup_recovery/mod.rs     |   2 +
 4 files changed, 449 insertions(+), 1 deletion(-)
 create mode 100644 src/bin/proxmox-backup-recovery.rs
 create mode 100644 src/bin/proxmox_backup_recovery/inspect.rs
 create mode 100644 src/bin/proxmox_backup_recovery/mod.rs

-- 
2.20.1





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

end of thread, other threads:[~2020-12-15 10:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15  8:16 [pbs-devel] [PATCH proxmox-backup 0/3] add proxmox-backup-recovery binary Hannes Laimer
2020-12-15  8:16 ` [pbs-devel] [PATCH proxmox-backup 1/3] add inspection of chunks Hannes Laimer
2020-12-15 10:14   ` Thomas Lamprecht
2020-12-15  8:16 ` [pbs-devel] [PATCH proxmox-backup 2/3] add inspection of .blob, .fidx and .didx files Hannes Laimer
2020-12-15  8:16 ` [pbs-devel] [PATCH proxmox-backup 3/3] add restore of index files 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