]> git.proxmox.com Git - proxmox-backup.git/commit
split out proxmox-backup-debug binary
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Aug 2021 12:45:48 +0000 (14:45 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Aug 2021 12:45:48 +0000 (14:45 +0200)
commite5f9b7f79e922eafdc08a35b764eca257bf3cc4d
treec799f5bb61d683be748f19a5596d1b945838faa6
parentdd2162f6bddce522c4c3f74e3b3a939f0ba07540
split out proxmox-backup-debug binary

and introduce pbs_tools::cli module

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 files changed:
Cargo.toml
Makefile
pbs-tools/src/cli.rs [new file with mode: 0644]
pbs-tools/src/lib.rs
proxmox-backup-debug/Cargo.toml [new file with mode: 0644]
proxmox-backup-debug/src/inspect.rs [new file with mode: 0644]
proxmox-backup-debug/src/main.rs [new file with mode: 0644]
proxmox-backup-debug/src/recover.rs [new file with mode: 0644]
src/bin/proxmox-backup-debug.rs [deleted file]
src/bin/proxmox_backup_debug/inspect.rs [deleted file]
src/bin/proxmox_backup_debug/mod.rs [deleted file]
src/bin/proxmox_backup_debug/recover.rs [deleted file]
src/tools/mod.rs