It looks like alfresco.sh also has option to stop tomcat only:
/opt/local/alfresco/alfresco-3.4.d/alfresco.sh help
usage: /opt/local/alfresco/alfresco-3.4.d/alfresco.sh help
/opt/local/alfresco/alfresco-3.4.d/alfresco.sh (start|stop|restart|status)
/opt/local/alfresco/alfresco-3.4.d/alfresco.sh (start|stop|restart|status) mysql
/opt/local/alfresco/alfresco-3.4.d/alfresco.sh (start|stop|restart|status) tomcat
My question however is shouldn't we be using the 'alfresco.sh stop tomcat' option when doing a cold backup, otherwise mysqldump is not possible if we do 'alfresco.sh stop' cause it will also stop mysql.
Dave