How to start and stop the MAC OS X scheduler

How to start and stop the MAC OS X scheduler on BOBcloud and Ahsay OBM \ ACB

If a MAC misses its scheduled backups, you may need to stop and start the scheduler.
The easiest way to do this is to reboot the device. If you can’t reboot the device, the following commands will stop and start the scheduler.
This is done through the terminal program.

Desktop
Run these commands to stop the desktop scheduler \ ACB
$ cd /Applications/desktopbackup.app/bin
$ sudo sh StopScheduler.sh

Run these commands to start the desktop backup \ ACB
$ cd /Applications/desktopbackup.app/bin
$ sudo sh Scheduler.sh &

Server
Run these commands to stop the server scheduler \ OBM
$ cd /Applications/serverbackup.app/bin
$ sudo sh StopScheduler.sh

Run these commands to start the server backup \ OBM
$ cd /Applications/serverbackup.app/bin
$ sudo sh Scheduler.sh &