mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-24 23:34:24 +00:00
![]() Permissions are stored in the lower 9 bits (rwxrwxrwx),
so we have to mask `st_mode` with 0o777.
The datastore root dir is created with 755, the `.chunks` dir and its
contents with 750 and the `.lock` file with 644, this changes the
expected permissions accordingly.
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
Fixes:
|
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml |