incremental improvement in backup/restore facility

This commit is contained in:
phanes
2023-02-26 17:19:40 -05:00
parent 05c65e8d1d
commit b513be8d4d
6 changed files with 241 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
{
"units": [
{
"name": "restore backup",
"target": "components/stage4backup/restore_backup.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "",
"active": true,
"required": true,
"set_user_context": true,
"user": "root",
"group": "root",
"supply_environment": true,
"environment": "environments/stage2.env.bash"
}
]
}