Services installed with Acronis Backup agent:
- /Library/LaunchDaemons/com.acronis.mms – runs under the user performing installation; performs all backup, recovery, validation, replication operations
- /Library/LaunchDaemons/com.acronis.agent – runs under the user performing installation; is responsible for Agent connections with server components
- /Library/LaunchDaemons/com.acronis.<1_1>.plist etc. - run scheduled tasks
You can check services by executing these commands:
sudo launchctl list acronis_mms
sudo launchctl list acronis_agent
Stopping Services:
sudo launchctl stop acronis_mms
sudo launchctl stop acronis_agent
Starting Services:
sudo launchctl start acronis_mms
sudo launchctl start acronis_agent
Backup is performed by the service_process process. You can check and manage the process using Activity Monitor (available in Utilities).