So I have a job that runs a post job script that disables a backup job connects to another backup server and starts a replication. And even though the VM finishes backing up successfully, the action for the post job script says 'running.' And it goes until it times out.
Oddly enough the script will successfully finish when the replication on the remote server completes. Is there any reason as to why that's happening? I assumed that once the script is done running it's done running. Like it doesn't have to wait for the other job to finish.