]> git.proxmox.com Git - proxmox-backup.git/commit
restore daemon: setup backup system user and group
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 06:19:35 +0000 (08:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 06:19:38 +0000 (08:19 +0200)
commit9edf96e6b6fdc190e0bb952bfe2e4c1357dc772f
tree2fb1f5bd06e93fd5acc540423ef153a65feb6653
parent73e1ba65ca1edad1a12becbfe8ccee5b61e77e2a
restore daemon: setup backup system user and group

now required as we always enforce lock files to be owned by the
backup user, and the restore code uses such code indirectly as the
REST server module is reused from proxmox-backup-server. Once that is
refactored out we may do away such things, but until then we need to
have a somewhat complete system env.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/bin/proxmox-restore-daemon.rs