incremental improvement in backup/restore facility
This commit is contained in:
22
rex.project/x86_64/units/backup_restore.units
Normal file
22
rex.project/x86_64/units/backup_restore.units
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user