]> git.proxmox.com Git - proxmox-backup.git/commit - src/bin/proxmox-backup-client.rs
client: xdg usage: place() vs find()
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Jul 2020 08:42:05 +0000 (10:42 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Jul 2020 08:57:28 +0000 (10:57 +0200)
commitb65390ebc9113abe6e996264b81285baab90de19
treecd8ae492581263762951c5e40bf42ac572c1310b
parent3bad3e6e52d8b4b88c7b1fc79a794b0b45a72d42
client: xdg usage: place() vs find()

place() is used when creating a file, as it will create
intermediate directories, only use it when actually placing
a new file.

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/key.rs