]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
client: check fingerprint after downloading manifest
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 20 Nov 2020 16:38:37 +0000 (17:38 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 24 Nov 2020 06:55:12 +0000 (07:55 +0100)
commit23f9503a313302b9db2da055725eb985ca0577b6
tree9b16f2dc3fcabd54a52979da047a45ff66bb55b2
parenta0ef68b93cf6a9d8fab6b24cd124fb17887c697c
client: check fingerprint after downloading manifest

this is stricter than the check that happened on manifest load, as it
also fails if the manifest is signed but we don't have a key available.

add some additional output at the start of a backup to indicate whether
a previous manifest is available to base the backup on.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/bin/proxmox-backup-client.rs
src/bin/proxmox_backup_client/catalog.rs
src/bin/proxmox_backup_client/mount.rs