]> git.proxmox.com Git - proxmox-backup.git/commit
add encrypted info to Manifest
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 18 Jun 2020 11:55:23 +0000 (13:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Jun 2020 05:35:39 +0000 (07:35 +0200)
commite181d2f6da9c8397b393b81ebdbce4132e33b4dd
tree07b2bd0670bd3daf504846cfd733b6c3e6cc090a
parent16021f6ab7bd2374e3d2bc2693e09b6b12c90ead
add encrypted info to Manifest

we want to save if a file of a backup is encrypted, so that we can
* show that info on the gui
* can later decide if we need to decrypt the backup

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/api2/admin/datastore.rs
src/api2/types.rs
src/backup/manifest.rs
src/bin/proxmox-backup-client.rs