Workstation Operation Mode
If the operationMode property has value Workstation the /backupPolicies/{ID} resource can have the following workstation mode specific properties:
Property | Type | Description |
workstationOperationModeScheduleSetting | Indicates the schedule for a backup job. |
WorkstationOperationModeScheduleSetting
Property | Type | Description |
backupAtLock | Boolean | Indicates whether a backup job starts when a workstation is locked. |
backupAtLogoff | Boolean | Indicates whether a backup job starts when a workstation user logs off. |
backupAtTargetConnection | Boolean | Indicates whether a backup job starts when a remote backup target is attached to a workstation. |
ejectTargetAfterwards | Boolean | Indicates whether a remote backup target is ejected when a backup job completes. Only present if the backupAtTargetConnection property has value true. |
backupTimeout | integer | Indicates a timeout for a backup job start. |
backupTimeoutUnit | String | Measurement units for backup timeout. Possible values:
|
dailyScheduleEnabled | Boolean | Indicates whether a daily schedule is enabled for a backup job. |
dailySchedule | Indicates a daily schedule for a backup job. Only present if the dailyScheduleEnabled property has value true. | |
shutdownAction | String | Indicates backup job behavior in case the workstation is off at the time a job is scheduled. Possible values:
Only present if the dailyScheduleEnabled property has value true. |
postbackAction | String | Indicates action to perform after a backup job is complete. Possible values:
Only present if the dailyScheduleEnabled property has value true. |