> 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/ar/cms/duplicati-cms-exploitation/duplicati-backup-reading-files.md).

# Duplicati - قراءة ملفات النسخ الاحتياطي

<figure><img src="/files/7513e1a670b9111be4ff86991c2cf310cf30050c" alt=""><figcaption></figcaption></figure>

مع الوصول إلى **لوحة إدارة Duplicati**، أنشئ نسخة احتياطية جديدة لاستخراج **مفتاح SSH**.

<figure><img src="/files/03026b7d5166f7dd7fe095cc517e45c3a4cdde2b" alt=""><figcaption></figcaption></figure>

**تحليل إعدادات Docker**/ الـ `docker-compose.yml` يُظهر الملف أن الملفات مخزنة في نظام المضيف **المصدر** الدليل، المركّب داخل الحاوية.

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

**اختيار الدليل المستهدف**/ للوصول إلى الملفات الحساسة، اضبط **backup** وجهة الحفظ إلى ذلك الدليل عبر اختيار:

* **دليل المصدر** : `/source/home/marcus/`

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

* **البيانات المصدرية:** `source/root/`

<figure><img src="/files/0adbb0674384c4abef8410ea6c4363d38ce64acd" alt=""><figcaption></figcaption></figure>

**إتمام الإعداد**

* احفظ الإعدادات.

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

* شغّل أمر **backup** لاستعادة الملفات المستهدفة.

<figure><img src="/files/716aebff03194848cff0cea31838e282f8fdd7af" alt=""><figcaption></figcaption></figure>

### استخراج الملفات المنسوخة احتياطيًا

بعد أن **backup** يتم تشغيله، وتُنشأ ثلاثة أرشيفات ZIP.

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

* **الوصول إلى الملفات**
  * يفشل فتح الملفات مباشرةً بسبب قيود الوصول.
  * من خلال **Duplicati**، استخدم **استعادة الملفات** لاستعادة المحتوى.

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

**الاستعادة والاستخراج**

* استخرج الملفات من النسخة الاحتياطية.

<figure><img src="/files/78fab10f45d795d84cdc2d36aab3584b4d6397bf" alt=""><figcaption></figcaption></figure>

اختر **`/source/home/marcus/`** كمصدر الاستعادة.

<figure><img src="/files/42f9d31a1af7cfab5c88e312971d1d7d14d6cf7b" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/213a2f594f01b652ea43f2a40932414d1c6ead8f" 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/ar/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.
