> 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/knowledge-base/how-to-articles/background-vault-synchronization.md).

# Background vault synchronization

Keeping your vaults up to date for offline access is crucial, as data can become outdated and offline caches may expire. This is where background vault synchronization helps by ensuring your offline data remains current. You can manually refresh your vaults using the sync icon, or have them automatically synced upon first load. With this feature, your offline caches are quickly synchronized, ensuring you're always prepared to work effectively without an internet connection.

### Enabling background vault synchronization

First this feature must be enabled by an administrator of the workspace.

{% hint style="info" %}
Only available with SQL Server, Devolutions Server and Devolutions Cloud workspaces. For Devolutions Cloud workspace, this feature must be enabled via the website.
{% endhint %}

1. Open Remote Desktop Manager.
2. Select the [workspace](https://docs.devolutions.net/rdm/concepts/basic-concepts/workspaces/).
3. Go to ***Administration -*** ***System settings - Cache/offline*** and check ***Allow sync all*** ***vaults*** ***(background)***.
4. Click ***Save*** to close the window.

{% hint style="info" %}
Note that the ***Allow sync all vaults (background)*** setting can be overridden by a [GPO](https://docs.devolutions.net/rdm/kb/how-to-articles/group-policies/#general).
{% endhint %}

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

### Workspace configuration

1. Edit the workspace.
2. In the ***Advanced tab***, ***Sync all vaults (background)*** select between ***On first load*** and ***Manual*** on the ***Sync all vaults (background)*** drop-down menu.
   1. ***Default*** (Manual)
   2. ***Disabled***
   3. ***Manual:*** Synchronization must be manually triggered using the icon at the bottom left corner.
   4. ***On first load***: Remote Desktop Manager will automatically initiate a background ***vault*** synchronization upon the first load of the workspace, while still allowing the option for manual synchronization.
3. Click ***Save*** to close the window.

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

{% hint style="info" %}
Learn how to synchronize [documentation](https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/documentation/#synchronize-offline-documentation-windows)and [document entries](https://docs.devolutions.net/rdm/kb/how-to-articles/synchronize-document-entries-offline-access/) for [offline access](https://docs.devolutions.net/rdm/workspaces/offline-mode/offline-read-write/).
{% endhint %}

### Manual background vault synchronization

\
To perform a manual background vault synchronization, click on the ***Sync all available vault*** icon in the status bar (bottom-right) of Remote Desktop Manager.

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

The color turns orange when a background synchronization is in progress.

![](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:

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