Restarting Xopero ONE agent service

Windows

Using Task Manager

1

Open Task Manager and navigate to the Services tab.

2

Find the XoperoONEBackupAgent service, right-click it, and select Restart.

restarting the service in Windows' task manager

Using the Command Prompt

1

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

net stop XoperoONEBackupAgent && net start XoperoONEBackupAgent
Windows' command prompt

Linux

1

Open the Terminal and run the following command:

systemctl restart XoperoONEBackupAgent.service
Linux's terminal window

MacOS

1

Open the Terminal and run the following commands:

stop com.xopero.packages.XoperoONEBackupAgent
start com.xopero.packages.XoperoONEBackupAgent
MacOS' terminal window

Last updated