diff --git a/configure.ac b/configure.ac index 882e759a1..3e73d4946 100644 --- a/configure.ac +++ b/configure.ac @@ -692,6 +692,7 @@ AC_CONFIG_FILES([ doc/ja/lxc-autostart.sgml doc/ja/lxc-cgroup.sgml doc/ja/lxc-checkconfig.sgml + doc/ja/lxc-checkpoint.sgml doc/ja/lxc-clone.sgml doc/ja/lxc-config.sgml doc/ja/lxc-console.sgml diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index a9c85a94b..72e22fed0 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -12,6 +12,7 @@ man_MANS = \ lxc-autostart.1 \ lxc-cgroup.1 \ lxc-checkconfig.1 \ + lxc-checkpoint.1 \ lxc-clone.1 \ lxc-config.1 \ lxc-console.1 \ diff --git a/doc/ja/lxc-checkpoint.sgml.in b/doc/ja/lxc-checkpoint.sgml.in new file mode 100644 index 000000000..6ad323bc3 --- /dev/null +++ b/doc/ja/lxc-checkpoint.sgml.in @@ -0,0 +1,227 @@ + + + + +]> + + + + @LXC_GENERATE_DATE@ + + + lxc-checkpoint + 1 + + + + lxc-checkpoint + + + + コンテナのチェックポイントとリストア + + + + + + lxc-checkpoint + -n name + -D PATH + -r + -s + -v + -d + -F + + + + + <!-- Description -->説明 + + + lxc-checkpoint はコンテナのチェックポイント処理による状態保存とリストアを行います。 + + + + + <!-- Options -->オプション + + + + + + + + + + コンテナの状態を保存するのでなく、チェックポイントからのリストアを行います。 + + + + + + + + + + + + チェックポイントのメタデータを保存するディレクトリを指定します。 + + + + + + + + + + + + コンテナの状態を保存した後にコンテナを停止します。このオプションは と同時に指定できません。 + + + + + + + + + + + + CRIU のログ出力を冗長モードにします。 + + + + + + + + + + + + コンテナをバックグラウンドで起動した状態でリストアします (これがデフォルトです)。 を指定したときだけ使用できます。 + + + + + + + + + + + + コンテナなフォアグラウンドで起動した状態でリストアします。 を指定したときだけ使用できます。 + + + + + + + + &commonoptions; + + + <!-- Examples -->例 + + + + lxc-checkpoint -n foo -D /tmp/checkpoint + + + + foo という名前のコンテナのチェックポイント処理を実行し、データを /tmp/checkpoint に保存します。 + + + + + + lxc-checkpoint -r -n foo -D /tmp/checkpoint + + + + /tmp/checkpoint に保存されたチェックポイントデータからリストアを行います。 + + + + + + + + &seealso; + + + <!-- Author -->作者 + Tycho Andersen tycho.andersen@canonical.com + + + +