> 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/najczestsze-problemy/maszyny-wirtualne/vmware/backup-vmware-nie-zawiera-wszystkich-plikow.md).

# Backup VMware nie zawiera wszystkich plików

## Problem

> W kopii zapasowej **VMware** brakuje określonych plików i/lub folderów.

***

## Przyczyna

Jeśli backup **VMware** kończy się ostrzeżeniami, szczegóły zadania mogą wskazywać, że nie udało się zabezpieczyć jednego lub więcej plików. Uprawnienia do **przeglądarki** **magazynów danych** (**Datastore Browser**) są zarządzane przez **serwer vCenter** — w niektórych przypadkach dostęp do niej może być wyłączony ze względów bezpieczeństwa lub aby uniemożliwić użytkownikom dostęp do kluczowych plików maszyn wirtualnych.

***

## Rozwiązanie

Włącz funkcję **przeglądarki magazynów danych** (**Datastore Browser**):

1. Zatrzymaj usługę **VirtualCenter Server**.
2. Wykonaj kopię zapasową pliku konfiguracyjnego:
   1. Dla **Windows vCenter Server:** `C:\ProgramData\VMware\VMware VirtualCenter\vpxd.cfg`
   2. Dla **vCenter Server Appliance:** `/etc/vmware-vpx/vpxd.cfg`

{% hint style="warning" %}
Opcjonalnie wykonaj [migawkę ](#user-content-fn-1)[^1]maszyny wirtualnej serwera **vSphere**, aby umożliwić przywrócenie systemu w przypadku awarii.
{% endhint %}

3. Otwórz plik `vpxd.cfg` file w edytorze tekstu
4. Znajdź znaczniki `<vpxd>` tags i dodaj wewnątrz nich następujący wpis:

   ```xml
   <enableHttpDatastoreAccess>true</enableHttpDatastoreAccess>
   ```
5. Zapisz zmiany.
6. Uruchom usługę **VirtualCenter Server**.
7. Od teraz pliki, z którymi wcześniej występował problem, powinny być poprawnie uwzględniane w kopii zapasowej.

[^1]: snapshot


---

# 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/najczestsze-problemy/maszyny-wirtualne/vmware/backup-vmware-nie-zawiera-wszystkich-plikow.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.
