All pages
Powered by GitBook
1 of 5

Loading...

Loading...

Loading...

Loading...

Loading...

Update on Windows

Keeping GitProtect workers on Windows and Windows Server up to date ensures optimal performance and security.


Installer download

1

Log into GitProtect Management Service using a web browser to download the installer with the newest worker version. Click the Activate agent button in the left-top corner of the screen.

2

Next, select the appropriate environment (Windows 7 or newer).

3

After selecting the version, the download will start automatically. You will also be redirected to the Installation view, which provides short step-by-step instructions for installing the software.

4

Run the downloaded file, select the setup language and click Next to begin the installation.

5

Read and accept the End-User License Agreement, then proceed to the next step.

6

Choose the folder where Xopero ONE agent will be installed.

7

In the Address field, enter the Management Service address, including both the protocol and the port.

8

Click Install to begin the installation.

9

Choose whether to restart the application automatically after setup (recommended) or to reboot your computer later.

10

After the installation wizard completes the process, click Finish.

11

Activate your device via GitProtect Management Service.

12

Your worker should now be updated and ready to work with.

GitProtect worker

Automatic updates
Update on Windows
Update on Linux & macOS
Update within a Docker container
Cover
Cover
Cover
Cover

Update within a Docker container

Replacing the worker

The only way to update a worker installed in a container is to remove the existing version and create a new one.

  1. Download the new image and remove the old container with the agent using the following command:

docker pull xopero/xone-agent:latest
docker stop xone-agent && docker rm xone-agent
  1. Create a new container with the GitProtect worker:

docker run -d \
  --name xone-agent \
  -e ManagementServiceUrl="<your_xopero_service_URL>" \
  • <your_xopero_service_URL> — GitProtect Management Service address with the port (i.e., 123.456.7.890:28555)

  • <device_name> — custom Docker container name

  1. Once done, the GitProtect worker should now be up to date.

  1. First, open Container Station on your QNAP device.

  2. Locate and select the container running the worker you want to update, then click the settings ⚙️ icon to open the container settings.

  3. In the settings menu, select the Recreate option to proceed with the update. This action replaces the current container with a new one based on the latest image.

  1. Log in to GitProtect Management Service.

  2. Go to the Devices tab and find the Docker worker.

  3. Click the device details ℹ️ button. Review the Docker worker plans and note them, as you will need to add them again. All plans can be viewed in the Backup plans section; expand the list by clicking Load more.

  1. When using the :latest tag, the Container Manager monitors the image for updates. When a new version is detected, the Image tab will show the status Update available. Click the status to start the update process.

  1. When activated, a system prompt will indicate that the services and container will be temporarily suspended during the update. Confirm by clicking the Update button.

Switch to Advanced mode (see illustration below). You will be prompted for the Docker Hub image address — enter the address shown below:

  1. Make sure you select the option Try pulling the image from the registry before creating the container (this ensures that the latest version of the image is used) and click Next to continue.

  2. You can now edit the container settings as you would when creating a new container. Adjust them if needed, then click Next again to move to the summary page.

  1. Review the summary of the settings and changes. When everything looks correct, click Finish. Container Station will download the latest image and create a new container using the settings and data from the previous one. This updates the worker to the latest version while preserving all existing settings and data.

Remove the old GitProtect worker container — in Container Station, click the Remove icon in the Actions tab to delete the container.

  • Once the old container has been removed, install the GitProtect agent Docker image again. Then, add the worker to all the plans it was previously assigned to.

  • You will be prompted to confirm the update again by clicking the Update button.

    1. The update progress will appear in the list of operations. Once the image is successfully downloaded, containers set to auto-start will restart automatically.

    1. To verify the update, go to the Containers tab to check that the container is functioning correctly. Also, check if the system shows the latest version in GitProtect Management Service.

    -e XoperoOverriddenHostName="<device_name>" \
    -v /opt/xone-agent/data:/app/Xopero \
    --restart unless-stopped \
    xopero/xone-agent:latest

    This method requires Container Station version 3.0 or later.

    Update process

    The only way to update a worker installed in a container is to remove the existing version and install a new one. Creating a new container requires reactivating the device, so you will need to reassign it to all backup plans.

    Update process

    Update process

    If the Update available button does not appear even when the worker update is available for other devices, you may wait up to 12 hours before it becomes visible.

    xopero/xone-agent:latest

    Update on Linux & macOS

    Installer download

    1. Log into GitProtect Management Service using a web browser to download the installer with the newest worker version. Click the Activate agent button in the left-top corner of the screen.

    1. Select Linux from the list of available environments.

    1. After selecting the version, the download will start automatically. You will also be redirected to the Installation view, which provides short step-by-step instructions for installing the software.


    1. If the installer file is already downloaded, grant execute permission to the file’s owner or group. To do this, use the chmod command:

    1. Run the script using one of the following commands:

    1. The installer will display the End-User License Agreement, which must be accepted to continue.

    1. Confirm keeping the existing database.

    1. Confirm keeping the old configuration.

    1. The GitProtect worker for Linux is now successfully updated.

    1. Log into GitProtect Management Service using a web browser to download the installer with the newest worker version. Then, go to the Devices tab and click the Add device button.

    1. Select macOS from the list of available environments.

    After selecting the version, the download will start automatically. You will also be redirected to the Installation view, which provides short step-by-step instructions for installing the software.

    1. Run the downloaded installer.

    2. Click the Continue button in the Introduction section.

    1. Click the Continue button in the Read Me section.

    1. Read the End-User License Agreement and click the Continue.

    1. Click the Agree button to accept the End-User License Agreement.

    1. Change the installation location if needed, or click the Install button to proceed with the default location.

    1. During the update process, the installer will prompt you for the IP address of your Management Service (refer to step 3 in section above). Define it in this step.

    1. Confirm the configuration by clicking the OK button.

    1. Click Close to finish the installation. The GitProtect worker for macOS is now successfully updated.

    chmod +x xoperoclient.sh
    ./xoperoclient.sh
    bash xoperoclient.sh

    You can transfer this file to the server or copy its link and download it directly on your Linux server using, for example, the wget command.

    Installation process

    The script must be run with administrative privileges, as it may require using the sudo command.

    Installer download

    Downloading Xopero ONE Agent installer

    Installation process

    Installer download
    granding the permissions
    EULA
    keep old database
    keep old configuration

    Automatic updates

    In this article, you will learn how to manage remote updates of your backup workers.

    Automatic updates keep your GitProtect backup workers up to date without manual intervention.


    Prerequisites

    Automatic updates are not supported on Windows Server versions 2008 R2, 2012, and 2012 R2.The minimum required version is 1.9.5 for both the Management Service and backup worker. Supported platforms include:

    • Windows (x64/x86)

    • Linux (systemd required)

    • Hyper-V


    1. Open GitProtect Management Service and select ⚙️ Settings > Update agents from the bottom of the left-hand menu.

    1. Start remote updates by choosing the devices and clicking the Update button.

    2. Alongside backup and restore operations, remote updates appear as a separate task category in the Tasks tab.

    3. You can monitor these tasks in real-time under Current tasks or review them later in historical records. This section shows detailed status information for all remote update operations.

    Update process