I would like to restart my server once the backup job is done.
I launch the backup job at the commande line using
wbadmin start backup [options]
This command only starts backup and exits. Therefore it is not possible to use something like this, because the server would restart immediately:
wbadmin start backup [options]
shutdown -r
Is there a solution to execute the backup and the restart with the same scheduled task, or do I simply have to schedule two tasks at a reasonable interval ?