I need to backup a remote server that services requests constantly, open files are the problem.
My backup server allows pre and post processing scripts to run. I would like to have a preprocessing script run on the backup server to shut down the remote service ( closing open files), the backup would run, and another post processing script would run to restart the remote service.
can I run a command from \\backup and shutdown the
BlastedDatabase Service running on \\database.
if so, how. Thanks
nothing obvious jumps out with the NET command
or Resource Kit.
My backup server allows pre and post processing scripts to run. I would like to have a preprocessing script run on the backup server to shut down the remote service ( closing open files), the backup would run, and another post processing script would run to restart the remote service.
can I run a command from \\backup and shutdown the
BlastedDatabase Service running on \\database.
if so, how. Thanks
nothing obvious jumps out with the NET command
or Resource Kit.