Jump to content

External Scripting


Recommended Posts

Hi,

 

I'm trying to get a script to work that will stop some services before backup and then start them again. I've butchered the example script on Exchange, but the services were not stopped during backup, and Retrospect didn't say it was executing the script. I'm running Retrospect 6.5.350 on Microsoft Server 2003 on an ML350.

Here's an extract from the script:

 

:StartScript

set scriptName=%1

if {%scriptName%}=={"INVU"} call :PAUSE_INVU

 

:PAUSE_INVU

Echo Stopping INVU Services

net stop "Centurea SQLbase"

net stop ------ other services ------

 

There's a similar part of the script to restart the services.

thanks

t

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...