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. |