Clé | Paramètre | Contrôle |
---|---|---|
Configuration.Selection.BackupEndCommand | [set < selectionSetID >:][-]< command > | Définit la commande de fin de sauvegarde |
Configuration.Selection.BackupFileErrorCommand | [set < selectionSetID >:][-]< command > | Définit la commande en cas d'erreur de fichier |
Configuration.Selection.BackupStartCommand | [set < selectionSetID >:][-]< command > | Définit la commande de démarrage de la sauvegarde |
Les valeurs possibles pour ces clés sont :
Pour arrêter une machine Windows à la fin de la sauvegarde, sur le jeu de sélection par défaut :
Configuration.Selection.BackupEndCommand : shutdown -s -t 60 -f
Pour arrêter une machine Windows à la fin de la sauvegarde sur un jeu de sélection nommé "Ma sélection" voici la stratégie à appliquer :
Configuration.Selection.BackupEndCommand : set "Ma sélection": "shutdown -s -t 60 -f"