> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/es/cms/duplicati-cms-exploitation/duplicati-backup-reading-files.md).

# Duplicati - Lectura de archivos de respaldo

<figure><img src="/files/36b5a218b19a33da1c2d60525c4c6dcda07a7fcc" alt=""><figcaption></figcaption></figure>

Con acceso al **panel de administración de Duplicati**, crea una nueva copia de seguridad para extraer el **clave SSH**.

<figure><img src="/files/016cf3ef841c79a0634b0989240f0d8a9f0b48ca" alt=""><figcaption></figcaption></figure>

**Análisis de la configuración de Docker**/ El `docker-compose.yml` archivo muestra que los archivos se almacenan en el sistema anfitrión **origen** directorio, montado en el contenedor.

<figure><img src="/files/2d820fc575e26f3ee1f9c9d9aa3578d74c983ffa" alt="" width="541"><figcaption></figcaption></figure>

**Selección del directorio de destino**/ Para acceder a archivos sensibles, configure el **backup** destino a ese directorio seleccionando:

* **Carpeta de origen** : `/source/home/marcus/`

<figure><img src="/files/d85dce2ccd7eada0546a5223bd73b6432f60516b" alt="" width="563"><figcaption></figcaption></figure>

* **Datos de origen:** `source/root/`

<figure><img src="/files/50de15ab9c46e288e96b7fbaf74f3f3649bcaf46" alt=""><figcaption></figcaption></figure>

**Finalización de la configuración**

* Guarde la configuración.

<figure><img src="/files/30199665dc4698497191e0e936aef780f5f3fb7b" alt=""><figcaption></figcaption></figure>

* Ejecutar el comando **backup** para recuperar los archivos objetivo.

<figure><img src="/files/5b508b4da15286e0d16b8292a2348a272053d717" alt=""><figcaption></figcaption></figure>

### Extrayendo los archivos respaldados

Después de que **backup** se ejecuta, se generan tres archivos ZIP.

<div data-full-width="true"><figure><img src="/files/e5910746d4a684bd5c33a35bbb6c8e1b26b99650" alt=""><figcaption></figcaption></figure></div>

* **Acceso a archivos**
  * Abrir los archivos directamente falla debido a las restricciones de acceso.
  * A través de **Duplicati**, usa **Restaurar archivos** para recuperar el contenido.

<figure><img src="/files/5c7c23a09589bd17947ca1993886f93f2dca4a1a" alt=""><figcaption></figcaption></figure>

**Restauración y exfiltración**

* Extraiga archivos de la copia de seguridad.

<figure><img src="/files/ef0592140cbabe6f24080db9edc46e631a197139" alt=""><figcaption></figcaption></figure>

Seleccione **`/source/home/marcus/`** como origen de restauración.

<figure><img src="/files/9c179fec13ecc38ccb2844d731705e977029b5cf" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/a4d4d761d21c43b08581a9c7ba33f1b970d9416a" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://hacking-notes.jord4n.pro/es/cms/duplicati-cms-exploitation/duplicati-backup-reading-files.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.
