> 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/de/knowledge-base/how-to-articles/copy-entries-from-your-user-vault-to-a-vault.md).

# Einträge aus Ihrem Benutzer-Tresor in einen Tresor kopieren

Um einige in Ihrem Benutzer-Tresor gespeicherte Einträge in einen anderen Tresor zu kopieren, ohne einen Export/Import in Remote Desktop Manager durchzuführen, folgen Sie den nachstehenden Schritten.

### Berechtigungen

Einige Berechtigungen in ***Administration – Systemberechtigungen*** müssen für Standardbenutzer zugelassen werden:

* Kopierfunktion: Aktivieren Sie die Berechtigungen ***Exportieren*** und ***Passwort kopieren*** im Quellordner.
* Einfügefunktion: Aktivieren Sie die Berechtigungen ***Importieren*** und ***Hinzufügen*** im Zielordner.

### Schritte

1. Wählen Sie die Einträge aus Ihrem Benutzer-Tresor aus, die Sie zu Ihrem Haupt-Tresor hinzufügen möchten.
2. Klicken Sie mit der rechten Maustaste auf Ihre Auswahl.
3. Wählen Sie ***Zwischenablage – Kopieren***.
4. Stellen Sie sicher, dass die Option ***ID ändern*** im Fenster ***Kopieroptionen*** aktiviert ist.
5. Wechseln Sie zu Ihrem Haupt-Tresor, wählen Sie den Ordner aus, in dem Sie Ihre Einträge hinzufügen möchten, und klicken Sie dann mit der rechten Maustaste darauf.
6. Wählen Sie ***Zwischenablage – Einfügen***.

Ihre Einträge sollten nun in den Ziel-Tresor kopiert sein.


---

# 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/de/knowledge-base/how-to-articles/copy-entries-from-your-user-vault-to-a-vault.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.
