設定ファイルのバックアップ(version 2.6以降) ============================ 各サーバーの設定ファイルは共通の1つのフォルダ内にまとめて格納されており、 これをバックアップしておくことでIROHA2のバージョンアップやマシンの リプレース時に設定を復元することが可能である。 .. contents:: 目次: :depth: 2 バックアップ #################################### 設定ファイルが格納されているディレクトリ :file:`iroha2/iroha-settings` を tar ballに圧縮するなどしてバックアップを行う。 .. code-block:: sh $ cd /opt/mlfsoft/iroha2 $ tar zcvf iroha-settings.tar.gz iroha-settings 復元 #################################### IROHA2のルートディレクトリ :file:`iroha2` 以下に :file:`iroha-settings.tar.gz` を展開する。 .. code-block:: sh $ cd /opt/mlfsoft/iroha2 $ tar zxvf iroha-settings.tar.gz