> 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/cms/backup.md).

# バックアップする

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

検索画面の上部ツールバーのバックアップボタンを押すと、録画映像をCMSからバックアップできます。

バックアップしたいカメラをあらかじめ映像検索画面で設定して、手動指定またはタイムライン指定によるバックアップができます。

## 手動指定バックアップ方法 <a href="#manual" id="manual"></a>

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

カメラ部分を選択して、バックアップするカメラを選択します。

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

バックアップ期間の設定、録画時間とオーバーレイ映像を含むか選択し、保存フォルダを確認後、OKボタンを押します。

## タイムライン指定のバックアップ方法 <a href="#timeline" id="timeline"></a>

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

ビデオ検索画面の下部の詳細タイムライン部分で開始点と終了点を右クリックして範囲を選択できます。マウスホイールを押すと範囲の選択を解除できます。

範囲指定された分、バックアップ期間に自動的に時間が入力されます。

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

バックアップするカメラを選択し、録画時間、イベントオーバーレイを含むかを選択し、保存フォルダを確認後、OKを押してバックアップします。

## 録画時間処理方式 <a href="#timemode" id="timemode"></a>

* 字幕\
  動画ファイルに字幕処理をして、バックアップします。\
  動画に含まれている字幕を出力できる動画プレーヤーで、字幕表示オプションを使用して時間を表示できます。
* オーバーレイ映像\
  動画に時間を一緒にエンコードしてバックアップします。\
  映像自体に時間を表示するので、字幕に対応していない動画プレーヤーでも時間を見ることができます。

## イベントオーバーレイ映像 <a href="#eventoverlay" id="eventoverlay"></a>

カメラの個別設定によって表示されるエリア情報やイベント情報をバックアップ映像に含むか選択できます。

{% hint style="warning" %}

#### USB 認識できないとき

CMS StationのOSはUbuntu(Linux)で、FAT形式で認識できます。 Windowsで使用されるNTFS形式は認識できません。 USBメモリのフォーマット方式を確認して、FAT形式でないときはFAT形式でフォーマットする必要があります。
{% endhint %}

{% hint style="danger" %}

#### 注意

バックアップをUSBメモリではなくCMS Stationにすると、既存のバックアップデータを自動で消去しないため、ディスク容量が不足する可能性があります。 ディスク容量がいっぱいになるとCMS　Stationが正常に動作しないため、バックアップ後にファイルを削除してディスク容量が不足しないようにしてください。
{% endhint %}

##


---

# 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/cms/backup.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.
