This section describes desktop scheduling settings of the backup job.
Parent Tag | Parameter | Description |
---|---|---|
ScheduleInfo | Parent tag that encapsulates information about scheduling settings. | |
| CompletionMode | Action that is performed when the backup job is complete. Possible values:
|
| AtStorageAttach | Parameter describing if the backup job must start when the backup target is connected to the computer — external target disk is attached, shared folder becomes accessible and so on. Possible values:
|
| ResumeMissedBackup | Parameter describing what actions Veeam Agent for Microsoft Windows must perform if the machine was powered off when backup was scheduled, and the backup was missed. Possible values:
|
| AtLock | Parameter describing if the backup job must start when the user locks the computer. Possible values:
|
| AtLogOff | Parameter describing if the backup job must start when the user performs the logoff operation. Possible values:
|
| EjectRemovableStorage | Parameter describing if Veeam Agent for Microsoft Windows must eject the removable storage (backup target) when the backup job session completes. Possible values:
Important! You must explicitly define a value in the EjectRemovableStorage |
| LimitBackupsFrequency | Parameter limiting the frequency of backup job sessions in the specified interval. Possible values:
|
| MaxBackupsFrequency | This parameter is used only if you have selected to limit the frequency of backup job sessions. Time interval (in minutes, hours or days) during which a new backup job session must not be started, for example, 30. |
| FrequencyTimeUnit | This parameter is used only if you have selected to limit the frequency of backup job sessions. Units of time for the time interval limiting the frequency of backup job sessions. Possible values:
|
DailyInfo | Parent tag that encapsulates information about daily scheduling settings. | |
| Kind | Days of week on which the backup job must run. Possible values:
|
| Days | This parameter is used only if you set the Kind parameter to 2. List of days on which you want to run the backup job. Possible values:
Entries in the list are separated with a comma followed by a space (, ), for example: Days="Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday". |
| Time | Time at which the backup job must start. The time is specified in the following format: mm/dd/yyyy hh:mm:ss. Note: Veeam Agent Configurator ignores the date part and uses the time part only. |
Example
You want to enable backup on the following events: user logout and computer lock. The input XML file will contain the following parameters:
<?xml version="1.0"?> |