]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
client restore: factor out archive/type parsing
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Jun 2020 16:41:31 +0000 (18:41 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 3 Jun 2020 05:03:12 +0000 (07:03 +0200)
commitdc155e9bd79f71004954b2f90c0ef81c3d61b4b2
tree5175866ad06fab0f7d0f6cba56ecf05d587bb79d
parent4e14781aec62b0f50f0cea2a91e93dbb2ec9f429
client restore: factor out archive/type parsing

will be extended in a next patch.

Also drop a dead else branch, can never get hit as we always add
.blob as fallback

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/bin/proxmox-backup-client.rs