]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
client: introduce --keyfd parameter
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Jul 2020 11:52:17 +0000 (13:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Jul 2020 11:56:38 +0000 (13:56 +0200)
commit0351f23ba46ad3e6336f07683ee10c1dd2852bc7
tree147ff1c339dc9ddc31a2042d2802409bf19b8d5e
parentc1ff544eff3fe465870f239f2e268b8ad0f1dacf
client: introduce --keyfd parameter

This is a more convenient way to pass along the key when
creating encrypted backups of unprivileged containers in PVE
where the unprivileged user namespace cannot access
`/etc/pve/priv`.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/backup/key_derivation.rs
src/bin/proxmox-backup-client.rs
src/bin/proxmox_backup_client/catalog.rs
src/bin/proxmox_backup_client/key.rs