> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/pl/oprogramowanie-xopero-one/informacje-o-oprogramowaniu/skladniki-i-architektura-systemu.md).

# Składniki i architektura systemu

## Komponenty

Produkt **Xopero ONE** jako platforma składa się z trzech głównych komponentów: usługi zarządzającej (management service), agenta, i magazynu (storage).

### <mark style="background-color:blue;">System zarządzania</mark>

Główny komponent wymagany do uruchomienia systemu kopii zapasowych **Xopero ONE** nazywa się **Xopero ONE Management Service** (w skrócie **XMS**). Umożliwia kompleksowe zarządzanie kopiami zapasowymi i powiązanymi zasobami za pomocą konsoli **XMS** z przyjaznym i łatwym w nawigacji interfejsem użytkownika. W modelu wdrożenia on-premise **XMS** może być zainstalowany na prawie każdym komputerze z systemami operacyjnymi **Windows**, **Linux**, lub **MacOS**, a nawet na popularnych **urządzeniach NAS**. W przypadku modelu wdrożenia SaaS usługa zarządzająca działa w infrastrukturze chmurowej dostawcy.

**XMS** jest podzielony na moduły, z których każdy jest poświęcony innemu aspektowi zarządzania kopiami zapasowymi:

1. Dashboard
2. Urządzenia
3. Maszyny wirtualne
4. Microsoft 365
5. DevOps
6. Plany
7. Magazyny
8. Zadania
9. Zdarzenia
10. Ustawienia

### <mark style="background-color:blue;">Agent</mark>

Drugim głównym komponentem jest **Agent Xopero ONE** i jest to aplikacja zainstalowana na urządzeniach końcowych z systemami operacyjnymi **Windows**, **Linux**, lub **MacOS**. Agent wykonuje wszystkie operacje żądane przez **XMS** w tym przetwarzanie danych (np. szyfrowanie, kompresja), łączenie się z magazynem danych, wysyłanie danych bezpośrednio do magazynu oraz przywracanie danych..

### <mark style="background-color:blue;">Magazyn</mark>

Ostatnim komponentem na liście jest magazyn — **Xopero ONE**, jako system wielomagazynowy, pozwala przechowywać dane kopii zapasowych w chmurze (**GitProtect Cloud**, **AWS**, oraz w dowolnej publicznej chmurze zgodnej z **S3** ), lokalnie (udziały sieciowe SMB, lokalne zasoby dyskowe) lub w środowisku hybrydowym.

***

## Architektura systemu

Architektura systemu **Xopero ONE** została przedstawiona na poniższym diagramie:

<figure><img src="/files/nn7tqO2PTYUpYp7TEvDZ" alt=""><figcaption><p><em>Komunikacja pomiędzy trzema głównymi komponentami platformy <strong>Xopero.</strong></em></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.xopero.com/xopero-one-en/pl/oprogramowanie-xopero-one/informacje-o-oprogramowaniu/skladniki-i-architektura-systemu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
