]> git.proxmox.com Git - proxmox-backup.git/commit
proxmox-rrd: use create_path instead of std::fs::create_dir_all
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 6 Oct 2021 06:37:14 +0000 (08:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 6 Oct 2021 06:37:14 +0000 (08:37 +0200)
commita97301350faffa6341b9d3790e46db07d756cbe8
treec5bac5fb03f70ac6b3f54ac9a94bc43563468cef
parent09340f28f5e5e8f797a7d2528e5fb2ee3b354c9b
proxmox-rrd: use create_path instead of std::fs::create_dir_all

To ensure correct file ownership.
proxmox-rrd/src/cache.rs