]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
client restore: don't add server file ending if already specified
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Jun 2020 16:41:32 +0000 (18:41 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 3 Jun 2020 05:03:55 +0000 (07:03 +0200)
commit2d32fe2c046331a94ad9bc1a7875ed5e0de73c90
tree69a1648de649fa07d4b64d152960b5cb2ad1d693
parentdc155e9bd79f71004954b2f90c0ef81c3d61b4b2
client restore: don't add server file ending if already specified

If one executes a client command like
 # proxmox-backup-client files <snapshot> --repository ...
the files shown have already the '.fidx' or '.blob' file ending, so
if a user would just copy paste that one the client would always add
.blob, and the server would not find that file.

So avoid adding file endings if it is already a known OK one.

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