How To Restart The Agent Service

The agent application installed on a computer is a service that is responsible for backup processes, data restoration, communication with storage, etc. Xopero ONE service runs automatically during sy

Windows

via Task Manager

Open Task Manager and go to the Services tab.

Task manager in Windows

Find XoperoONEBackupAgent service.

services tab in Windows' taks manager

Use the Right mouse button to click it and select the Restart option

restarting the service in Windows' task manager

via Command Prompt

Open Command Prompt(cmd) and execute the following command:

net stop XoperoONEBackupAgent && net start XoperoONEBackupAgent

Windows' command prompt

Linux

Open the Terminal and perform the following command

systemctl restart XoperoONEBackupAgent.service
Linux's terminal window

MacOS

Open the Terminal and perform these commands:

stop com.xopero.packages.XoperoONEBackupAgent
start com.xopero.packages.XoperoONEBackupAgent

MacOS' terminal window

Last updated