Skip to main content

Scripts

Strategy Keys

KeyParameterControl
Configuration.Selection.BackupEndCommand\[set <selectionSetID>:]\[-]<command>Defines the command to run at the end of a backup
Configuration.Selection.BackupFileErrorCommand\[set <selectionSetID>:]\[-]<command>Defines the command to run in case of a file error
Configuration.Selection.BackupStartCommand\[set <selectionSetID>:]\[-]<command>Defines the command to run at backup start

Possible values for these keys are:

  • \[set <selectionSetID>:]: optional parameter. If specified, it indicates which selection set the command applies to. If not specified, the command applies to all selection sets.
  • <command>: command to execute.

Examples

To shut down a Windows machine at the end of the backup, on the default selection set:

    Configuration.Selection.BackupEndCommand : shutdown -s -t 60 -f

To shut down a Windows machine at the end of the backup on a selection set named "Ma sélection", apply the following strategy:

    Configuration.Selection.BackupEndCommand : set "Ma sélection": "shutdown -s -t 60 -f"