> 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/stacje-robocze-i-serwery/blad-the-vss-diff-failed.md).

# Błąd "The VSS Diff failed"

## Problem

> Wystąpił błąd: „VSS Diff failed (An error occurred during the fast difference check; a slower method will be used instead)” – wystąpił błąd podczas szybkiego sprawdzania różnic; zamiast tego zostanie użyta wolniejsza metoda.

***

## Przyczyna

Ten problem jest zazwyczaj spowodowany zbyt małym rozmiarem obszaru przechowywania kopii w tle (**shadow storage**).

***

## Rozwiązanie

#### Stacje robocze **Windows 7, 8, 10, 11:**

1. Uruchom **wiersz poleceń** i wykonaj **następującą komendę**, aby zmienić rozmiar obszaru przechowywania:

```bat
vssadmin resize shadowstorage /for=X: /on=X: /maxsize=320MB
```

2. Gdzie `X` oznacza literę dysku (zaleca się wykonanie tej operacji na wszystkich dostępnych dyskach).

```bat
vssadmin resize shadowstorage /for=X: /on=X: /maxsize=30%
```

3. Po wprowadzeniu zmian uruchom zadanie backupu ponownie. Jeśli problem nadal występuje, skontaktuj się z naszym wsparciem technicznym, [wysyłając zgłoszenie](https://xopero.com/support-center/submit-request/).

#### Windows Server:

1. Usuń wszystkie [kopie w tle](#user-content-fn-1)[^1], używając dwóch dodatkowych poleceń w **wierszu poleceń**:

```bat
diskshadow
```

```bat
delete shadows all
```

2. Uruchom zadanie backupu ponownie. Jeśli problem nadal występuje, skontaktuj się z naszym wsparciem technicznym, [wysyłając zgłoszenie](https://xopero.com/support-center/submit-request/).

[^1]: shadow copy


---

# 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:

```
GET https://helpcenter.xopero.com/xopero-one-en/pl/najczestsze-problemy/stacje-robocze-i-serwery/blad-the-vss-diff-failed.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.
