backup/restore-agent-username¶
Location where backup archives (tarballs) will be stored
Specifies the system username that the restore agent service should run as.
This determines the permissions and access rights of the agent process:
-
If set to "root", the agent will have full system access and will be able to use systemctl to stop/start dr-provision and perform all restore operations.
-
If set to a non-root user, the agent config file will be created in the location specified by the backup/restore-agent-state-dir param. Since user does not have root permissions, the following commands will have to be run manually on the system being backed up
Defaults to "root".