Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pre/post configuration

Status
Not open for further replies.

wildio

Technical User
Nov 12, 2002
6
US
Can anyone tell me how to configure the pre/post for arcserve 2000?

Do I configue the pre/post on the backup server or on the remote server? What I'm trying to do is issue a bat job to shut down the database before the backup job runs and issue a bat job to bring up the database to run after the backup job is done.
 
You should be able to configure pre/post on the Client Agent on the remote server.

If your database runs as a service, use batch files containing something like the following:

PRE - "NET STOP "Service Name"
POST - "NET START "Service Name"

where "Service Name" is the name of the database service. -----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top