[pbs-devel] [PATCH proxmox-backup 0/3] add proxmox-backup-recovery binary

Hannes Laimer h.laimer at proxmox.com
Tue Dec 15 09:16:23 CET 2020


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






More information about the pbs-devel mailing list