KNOWLEDGE BASE
BackupAssist Backup Software > Knowledge Base > StartingAndStoppingWindowsServices

Main.StartingAndStoppingWindowsServices History

Hide minor edits - Show changes to output

March 16, 2005, at 07:48 PM by Tim
Changed line 14 from:
@@[=eg. net stop spooler=]@@
to:
-->@@[=eg. net stop spooler=]@@
Changed line 22 from:
@@[=eg. net start spooler=]@@
to:
-->@@[=eg. net start spooler=]@@
Changed line 26 from:
To find the name of your service go to '''Control Panel > Administrative Tools > Services''', and locate the service in the right hand pane. Double-click your desired service to bring up its properties. The service name is given at the top, next to the "Service name:" heading:
to:
To find the name of your service go to '''Control Panel > Administrative Tools > Services''', and locate the service in the right hand pane. Double-click your desired service to display its properties. The service name is given at the top, next to the "Service name:" label.
March 15, 2005, at 12:49 AM by Tim
Changed line 5 from:
!!!Procedure
to:
!!Procedure
Changed line 8 from:
!!!Stopping Services
to:
!!Stopping Services
Changed line 16 from:
!!!Starting Services
to:
!!Starting Services
Changed line 25 from:
!!!Finding the name of your services
to:
!!Finding the name of your services
March 14, 2005, at 10:21 PM by Tim
Changed line 26 from:
To find the name of your service go to Control Panel > Administrative Tools > Services, and locate the service in the right hand pane. Double-click your desired service to bring up its properties. The service name is given at the top, next to the "Service name:" heading:
to:
To find the name of your service go to '''Control Panel > Administrative Tools > Services''', and locate the service in the right hand pane. Double-click your desired service to bring up its properties. The service name is given at the top, next to the "Service name:" heading:
March 14, 2005, at 10:20 PM by Tim
Changed line 9 from:
To stop the service, in the pre-backup script, type:
to:
To stop a service, in the pre or post-backup script, type:
Changed line 17 from:
To start the service, in the post-backup script, type:
to:
To start a service, in the pre or post-backup script, type:
March 14, 2005, at 10:19 PM by Tim
Changed line 3 from:
BackupAssist allows you to write scripts that enable
to:
BackupAssist allows you to write scripts that enable you to start and stop windows services before and after your scheduled backup jobs.
Changed line 6 from:
In the Advanced tab of BackupAssist, you will see the facility to run command line scripts before and after the backup. This is where you can enter in the commands to stop and start the service.
to:
In the Advanced tab of BackupAssist, you will see the facility to run command line scripts before and after the backup job. This is where you can enter in the commands to stop and start windows services.
March 14, 2005, at 10:18 PM by Tim
Changed lines 1-27 from:
Describe StartingAndStoppingWindowsServices here.
to:
!Starting and Stopping Windows Services with BackupAssist

BackupAssist allows you to write scripts that enable

!!!Procedure
In the Advanced tab of BackupAssist, you will see the facility to run command line scripts before and after the backup. This is where you can enter in the commands to stop and start the service.

!!!Stopping Services
To stop the service, in the pre-backup script, type:

@@[=net stop <service name>=]@@


@@[=eg. net stop spooler=]@@

!!!Starting Services
To start the service, in the post-backup script, type:

@@[=net start <service name>=]@@


@@[=eg. net start spooler=]@@


!!!Finding the name of your services
To find the name of your service go to Control Panel > Administrative Tools > Services, and locate the service in the right hand pane. Double-click your desired service to bring up its properties. The service name is given at the top, next to the "Service name:" heading:

Page last modified on March 16, 2005, at 07:48 PM