> 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/troubleshooting-articles/data-recovery.md).

# Recupero dei dati

In caso di perdita di dati dovuta a un guasto hardware, è comunque possibile recuperare i dati dal suo dispositivo di archiviazione se è ancora utilizzabile.

### Soluzione

1. Sul dispositivo di archiviazione guasto, si porti in **C:\Users%USERNAME%\AppData\Local\Devolutions** e copi l'intera cartella RemoteDesktopManager o RemoteDesktopManagerFree.

Questa cartella conterrà lo spazio di lavoro locale (SQLite o XML) così come il suo file di configurazione.

2. Incolli questa cartella nella stessa posizione sul suo nuovo computer e dovrebbe recuperare i suoi dati.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Il percorso qui indicato è valido per chi ha effettuato l'installazione utilizzando le impostazioni predefinite. Il modo migliore per individuare la sua cartella di configurazione è utilizzare <em><strong>File – Impostazioni – Avanzate</strong></em>. In questa finestra troverà un collegamento ipertestuale nella parte inferiore. Questo apre la sua cartella di configurazione.</p></div>

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Gli spazi di lavoro basati su file (XML, SQLite, ecc.) sono archiviati per impostazione predefinita in quella cartella di configurazione. Per precauzione, esamini ogni spazio di lavoro in <em><strong>File – Spazi di lavoro</strong></em> e controlli il percorso locale (se presente). Qualsiasi file presente nella cartella di configurazione dovrebbe essere copiato per garantire un recupero completo dei dati.</p></div>


---

# 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/troubleshooting-articles/data-recovery.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.
