# Restarting GitProtect worker service

## Windows <a href="#windows" id="windows"></a>

### <mark style="background-color:blue;">Using Task Manager</mark> <a href="#via_task_manager" id="via_task_manager"></a>

{% stepper %}
{% step %}
Open **Task Manager** and navigate to the **Services** tab.

<figure><img src="/files/SQNoeYyBQqrvb2VJtRca" alt="" width="500"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Find the **XoperoONEBackupAgent** service, right-click it, and select **Restart**.

<figure><img src="/files/K1SvXXHVeu8FJwpMK8P4" alt="restarting the service in Windows&#x27; task manager"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### <mark style="background-color:blue;">Using the Command Prompt</mark> <a href="#via_command_prompt" id="via_command_prompt"></a>

{% stepper %}
{% step %}
Open the **Command Prompt** (**cmd**) and execute the following command:

<pre data-overflow="wrap"><code><strong>net stop XoperoONEBackupAgent &#x26;&#x26; net start XoperoONEBackupAgent
</strong></code></pre>

<figure><img src="/files/pSEoxMi2mAa06vjUEHEY" alt="Windows&#x27; command prompt"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## Linux <a href="#linux" id="linux"></a>

{% stepper %}
{% step %}
Open the **Terminal** and run the following command:

```bash
systemctl restart XoperoONEBackupAgent.service
```

<figure><img src="/files/OQEAXobrgf5THRumruUd" alt="Linux&#x27;s terminal window"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## MacOS <a href="#macos" id="macos"></a>

{% stepper %}
{% step %}
Open the **Terminal** and run the following commands:

{% code overflow="wrap" %}

```bash
stop com.xopero.packages.XoperoONEBackupAgent
```

{% endcode %}

{% code overflow="wrap" %}

```bash
start com.xopero.packages.XoperoONEBackupAgent
```

{% endcode %}

<figure><img src="/files/c95GmkNzLSqCKC1QHs89" alt="MacOS&#x27; terminal window"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpcenter.gitprotect.io/troubleshooting/restarting-gitprotect-worker-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
