> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/nvr-vms/shisutemunobakkuappuinpto.md).

# システム設定のバックアップ／インポート

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

## 設定ファイルの自動バックアップ

NVR/VMSは、システム設定が変更されたときに最初に接続したディスクにシステムの設定ファイルをバックアップします。

これにより、ユーザーが誤った設定をしたときなどに、以前のシステム設定に戻すことができます。

dvr.conf-YYYMMDD (日付形式) でその日付の設定値を保持し、最大100個まで保持します。

<figure><img src="/files/7d9pmTKa1RW0fBPZT4UL" alt="" width="232"><figcaption></figcaption></figure>

USBデバイスを接続しないで読み込みを押すと自動バックアップされた設定値を確認できます。

希望の設定ファイルを選択して、OKボタンを押すとその設定ファイルに復旧します。

## 設定ファイルの手動バックアップ

現在、NVR/VMSの設定値をUSBストレージに手動でバックアップすることができ、再読み込みが可能です。

USBデバイスを接続したら、保存ボタンを押して保存します。

<figure><img src="/files/6YkHj662zYegaIOB95Mh" alt=""><figcaption></figcaption></figure>

## 手動バックアップした設定を読み込む

USBデバイスを接続してからロードを押します。

ターゲットメディアをUSBに変更すると、保存した設定ファイルを読み込むことができます。

<figure><img src="/files/lC48S81wtO50vAZIMo9D" 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://emstone.gitbook.io/guide-jp/nvr-vms/shisutemunobakkuappuinpto.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.
