]> git.proxmox.com Git - proxmox-backup.git/commit
sync: verify size and checksum of pulled archives
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 3 Aug 2020 12:10:45 +0000 (14:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Aug 2020 05:27:56 +0000 (07:27 +0200)
commit2ce159343ba73dec317ece80b988832e05979762
treec6489b494caac6e3367dec6fe72579326dbebe7b
parent9e496ff6f1b9eec05c5901ab9d072def67d11cdc
sync: verify size and checksum of pulled archives

and not just of previously synced ones.

we can't use BackupManifest::verify_file as the archive is still stored
under the tmp path at this point.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/client/pull.rs