snapshot while working out backup/restore issues

This commit is contained in:
phanes
2023-02-26 19:31:42 -05:00
parent b513be8d4d
commit c4192e2328
8 changed files with 710 additions and 144 deletions

View File

@@ -1,22 +0,0 @@
{
"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"
}
]
}