> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/fn/comm/mgmt/restore.md).

# 복원서비스

{% hint style="info" %}
**로그 복원 서비스**

**삭제되거나 저장 기간이 만료된 로그**를 복원 서비스로 다시 확인할 수 있습니다.\
복원 서비스는 **클라우드**와 **온프레미스** 환경에 따라 지원 대상이 다릅니다.

* **클라우드 서비스**: 전체 로그 복원 가능
* **온프레미스 서비스**: 전체 로그 및 탐지 로그 복원 가능 (승인 절차 불필요)

해당 메뉴는 **관리자** 및 **복원 사용자**만 이용할 수 있습니다.
{% endhint %}

### 1. 복원 서비스 요청 <a href="#id-1" id="id-1"></a>

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

* **관리 > 복원 서비스** 버튼 클릭
  * **클라우드**: 백업을 사용 중인 회사에만 버튼 노출
  * **온프레미스**: 모든 환경에서 상시 버튼 노출
* **복원 설정** 메뉴 클릭 → `복원 요청` 팝업 열기
* **복원 서비스 사용 기간** 및 **이용 약관** 동의 후 요청

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

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

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/restore/002.png" alt=""><figcaption></figcaption></figure>

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

* **승인 절차**
  * **클라우드**: PLURA 관리자 승인 후 사용 가능
  * **온프레미스**: 승인 절차 없이 즉시 사용 가능

### 2. 복원 설정 <a href="#id-2" id="id-2"></a>

승인 완료 후 복원 설정 페이지에 접근하여 아래 정보를 입력합니다.

* **그룹**: 복원 대상 그룹 선택
* **복원 호스트**: 복원을 적용할 호스트
* **복원 서비스**: 복원하려는 서비스 종류
* **복원 기간 및 시간**: 복원할 기간 및 시간 설정
* **복원 대상**: 전체 로그 또는 탐지 로그
* **복원 목적**: 복원 사유 기재

설정 후 **복원 시작** 버튼을 클릭하여 복원을 진행합니다.

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

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

### 3. 복원 히스토리 <a href="#id-3" id="id-3"></a>

복원 진행 상태와 이력을 확인할 수 있습니다.

* **복원 상태**: 대기, 진행 중, 완료 등
* **복원 정보**: 복원된 호스트, 서비스, 복원 대상 등 세부 정보 제공

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/restore/003.png" alt=""><figcaption></figcaption></figure>

### 4. 복원 호스트 관리 <a href="#id-4" id="id-4"></a>

* **복원 완료된 호스트** 목록 관리
* 동일한 호스트와 정보로 다시 복원할 경우, 기존 복원 정보를 **삭제**하고 재복원 필요<br>

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/manage/restore/004.png" alt=""><figcaption></figcaption></figure>

### 5. 복원 로그 조회 <a href="#id-5" id="id-5"></a>

복원된 로그는 조회 페이지에서 확인할 수 있습니다.

* **클라우드 서비스**: 전체 로그 복원 가능
* **온프레미스 서비스**: 전체 로그 및 탐지 로그 복원 가능

<figure><img src="/files/JAN4pQcxZOvZ5epMwAt0" alt=""><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://docs.plura.io/ko/fn/comm/mgmt/restore.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.
