]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
more xdg cleanup and encryption parameter improvements
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Jul 2020 08:56:16 +0000 (10:56 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Jul 2020 08:57:28 +0000 (10:57 +0200)
commit05389a0109720341d4a63f952cdb4f307699c1de
treec2bd5868683a23a3f6cd2cbb5be4240dc0c4dbb6
parentb65390ebc9113abe6e996264b81285baab90de19
more xdg cleanup and encryption parameter improvements

Have a single common function to get the BaseDirectories
instance and a wrapper for `find()` and `place()` which
wrap the error with some context.

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