> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/background-vault-synchronization.md).

# Sincronizzazione delle casseforti in background

Mantenere aggiornate le sue casseforti per l'accesso offline è fondamentale, poiché i dati possono diventare obsoleti e le cache offline possono scadere. È qui che la sincronizzazione delle casseforti in background aiuta, garantendo che i suoi dati offline rimangano aggiornati. Può aggiornare manualmente le sue casseforti utilizzando l'icona di sincronizzazione, oppure farle sincronizzare automaticamente al primo caricamento. Con questa funzionalità, le sue cache offline vengono sincronizzate rapidamente, assicurandole di essere sempre pronto a lavorare in modo efficace senza una connessione a Internet.

### Abilitare la sincronizzazione delle casseforti in background

Innanzitutto questa funzionalità deve essere abilitata da un amministratore dello spazio di lavoro.

{% hint style="info" %}
Disponibile solo con gli spazi di lavoro SQL Server, Devolutions Server e Devolutions Cloud. Per lo spazio di lavoro Devolutions Cloud, questa funzionalità deve essere abilitata tramite il sito web.
{% endhint %}

1. Apra Remote Desktop Manager.
2. Selezioni lo [spazio di lavoro](/rdm/it/concepts/basic-concepts/workspaces.md).
3. Vada su ***Administration -*** ***System settings - Cache/offline*** e selezioni ***Allow sync all*** ***vaults*** ***(background)***.
4. Clicchi su ***Save*** per chiudere la finestra.

{% hint style="info" %}
Noti che l'impostazione ***Allow sync all vaults (background)*** può essere sovrascritta da una [GPO](/rdm/it/knowledge-base/how-to-articles/apply-policies-gpos.md#general).
{% endhint %}

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW6049_2024_3.png" alt=""><figcaption></figcaption></figure>

### Configurazione dello spazio di lavoro

1. Modifichi lo spazio di lavoro.
2. Nella scheda ***Advanced tab***, ***Sync all vaults (background)*** selezioni tra ***On first load*** e ***Manual*** nel menu a discesa ***Sync all vaults (background)***.
   1. ***Default*** (Manual)
   2. ***Disabled***
   3. ***Manual:*** La sincronizzazione deve essere avviata manualmente utilizzando l'icona nell'angolo in basso a sinistra.
   4. ***On first load***: Remote Desktop Manager avvierà automaticamente una sincronizzazione della ***cassaforte*** in background al primo caricamento dello spazio di lavoro, consentendo comunque l'opzione di sincronizzazione manuale.
3. Clicchi su ***Save*** per chiudere la finestra.

![](https://cdnweb.devolutions.net/docs/RDMW6006_2024_3.png)

{% hint style="info" %}
Scopra come sincronizzare la [documentazione](/rdm/it/user-interface/content-area/dashboard/dashboard-tabs/documentation.md#synchronize-offline-documentation)e le [voci documento](/rdm/it/knowledge-base/how-to-articles/synchronize-document-entries-for-offline-access.md) per l'[accesso offline](/rdm/it/getting-started/workspaces/offline-mode/offline-read-and-write.md).
{% endhint %}

### Sincronizzazione manuale delle casseforti in background

\
Per eseguire una sincronizzazione manuale delle casseforti in background, clicchi sull'icona ***Sync all available vault*** nella barra di stato (in basso a destra) di Remote Desktop Manager.

![](https://cdnweb.devolutions.net/docs/RDMW6004_2024_3.png)

Il colore diventa arancione quando una sincronizzazione in background è in corso.

![](https://cdnweb.devolutions.net/docs/RDMW6011_2024_3.png)


---

# 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://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/background-vault-synchronization.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.
