To stop and start SC - 3 options (change the number after the “v” to reflect the version of SC you want to stop / start etc)…
/opt/NetMake/v71/components/apache sc_apache start
/opt/NetMake/v71/components/apache sc_apache stop
/opt/NetMake/v71/components/apache sc_apache restart
No Linux expert by any means, but for auto start for me (in Ubuntu) I have the following to make it start automatically (as it didn’t auto start when it was installed). I guess if you want to stop it starting look for that file and remove a similar entry. If you cannot find it (the file, or the line if you have the file) I guess you could try to issue the stop command there instead (of course it will not help if the auto start initiates after this file is processed).
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#Start up SC7 Apapche on re-boot
/opt/NetMake/v71/components/apache/sc_apache start
exit 0
For the backup - take a copy of the entire scriptcase directory tree, and then regularly do a full scriptcase backup (in SC Choose Options | Settings | backup).