[lxc-devel] [PATCH] doc: Translate lxc-checkpoint(1) into Japanese
Stéphane Graber
stgraber at ubuntu.com
Wed Aug 27 14:41:55 UTC 2014
On Wed, Aug 27, 2014 at 04:09:52PM +0900, KATOH Yasufumi wrote:
> Update for commit 735f2c6
>
> Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
> ---
> configure.ac | 1 +
> doc/ja/Makefile.am | 1 +
> doc/ja/lxc-checkpoint.sgml.in | 227 ++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 229 insertions(+)
> create mode 100644 doc/ja/lxc-checkpoint.sgml.in
>
> diff --git a/configure.ac b/configure.ac
> index 882e759..3e73d49 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 a9c85a9..72e22fe 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 0000000..6ad323b
> --- /dev/null
> +++ b/doc/ja/lxc-checkpoint.sgml.in
> @@ -0,0 +1,227 @@
> +<!--
> +
> +(C) Copyright Canonical Ltd. 2014
> +
> +Authors:
> +Tycho Andersen <tycho.andersen at canonical.com>
> +
> +This library is free software; you can redistribute it and/or
> +modify it under the terms of the GNU Lesser General Public
> +License as published by the Free Software Foundation; either
> +version 2.1 of the License, or (at your option) any later version.
> +
> +This library is distributed in the hope that it will be useful,
> +but WITHOUT ANY WARRANTY; without even the implied warranty of
> +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> +Lesser General Public License for more details.
> +
> +You should have received a copy of the GNU Lesser General Public
> +License along with this library; if not, write to the Free Software
> +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> +
> +Translated into Japanese
> +by KATOH Yasufumi <karma at jazz.email.ne.jp>
> +
> +-->
> +
> +<!DOCTYPE refentry PUBLIC @docdtd@ [
> +
> +<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
> +<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
> +]>
> +
> +<refentry>
> +
> + <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
> +
> + <refmeta>
> + <refentrytitle>lxc-checkpoint</refentrytitle>
> + <manvolnum>1</manvolnum>
> + </refmeta>
> +
> + <refnamediv>
> + <refname>lxc-checkpoint</refname>
> +
> + <refpurpose>
> + <!--
> + checkpoint a container
> + -->
> + コンテナのチェックポイントとリストア
> + </refpurpose>
> + </refnamediv>
> +
> + <refsynopsisdiv>
> + <cmdsynopsis>
> + <command>lxc-checkpoint</command>
> + <arg choice="req">-n <replaceable>name</replaceable></arg>
> + <arg choice="req">-D <replaceable>PATH</replaceable></arg>
> + <arg choice="opt">-r</arg>
> + <arg choice="opt">-s</arg>
> + <arg choice="opt">-v</arg>
> + <arg choice="opt">-d</arg>
> + <arg choice="opt">-F</arg>
> + </cmdsynopsis>
> + </refsynopsisdiv>
> +
> + <refsect1>
> + <title><!-- Description -->説明</title>
> + <para>
> + <!--
> + <command>lxc-checkpoint</command> checkpoints and restores containers.
> + -->
> + <command>lxc-checkpoint</command> はコンテナのチェックポイント処理による状態保存とリストアを行います。
> + </para>
> + </refsect1>
> +
> + <refsect1>
> + <title><!-- Options -->オプション</title>
> + <variablelist>
> +
> + <varlistentry>
> + <term>
> + <option>-r, --restore</option>
> + </term>
> + <listitem>
> + <para>
> + <!--
> + Restore the checkpoint for the container, instead of dumping it.
> + This option is incompatible with <option>-s</option>.
> + -->
> + コンテナの状態を保存するのでなく、チェックポイントからのリストアを行います。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>
> + <option>-D <replacable>PATH</replacable>, --checkpoint-dir=<replacable>PATH</replacable></option>
> + </term>
> + <listitem>
> + <para>
> + <!--
> + The directory to dump the checkpoint metadata.
> + -->
> + チェックポイントのメタデータを保存するディレクトリを指定します。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>
> + <option>-s, --stop</option>
> + </term>
> + <listitem>
> + <para>
> + <!--
> + Optionally stop the container after dumping. This option is
> + incompatible with <option>-r</option>.
> + -->
> + コンテナの状態を保存した後にコンテナを停止します。このオプションは <option>-r</option> と同時に指定できません。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>
> + <option>-v, --verbose</option>
> + </term>
> + <listitem>
> + <para>
> + <!--
> + Enable verbose criu logging.
> + -->
> + CRIU のログ出力を冗長モードにします。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>
> + <option>-d, --daemon</option>
> + </term>
> + <listitem>
> + <para>
> + <!--
> + Restore the container in the background (this is the default).
> + Only available when providing <option>-r</option>.
> + -->
> + コンテナをバックグラウンドで起動した状態でリストアします (これがデフォルトです)。<option>-r</option> を指定したときだけ使用できます。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>
> + <option>-F, --foreground</option>
> + </term>
> + <listitem>
> + <para>
> + <!--
> + Restore the container in the foreground. Only available when
> + providing <option>-r</option>.
> + -->
> + コンテナなフォアグラウンドで起動した状態でリストアします。<option>-r</option> を指定したときだけ使用できます。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + </variablelist>
> + </refsect1>
> +
> + &commonoptions;
> +
> + <refsect1>
> + <title><!-- Examples -->例</title>
> + <variablelist>
> +
> + <varlistentry>
> + <term>lxc-checkpoint -n foo -D /tmp/checkpoint</term>
> + <listitem>
> + <para>
> + <!--
> + Checkpoint the container foo into the directory /tmp/checkpoint.
> + -->
> + foo という名前のコンテナのチェックポイント処理を実行し、データを /tmp/checkpoint に保存します。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + <varlistentry>
> + <term>lxc-checkpoint -r -n foo -D /tmp/checkpoint</term>
> + <listitem>
> + <para>
> + <!--
> + Restore the checkpoint from the directory /tmp/checkpoint.
> + -->
> + /tmp/checkpoint に保存されたチェックポイントデータからリストアを行います。
> + </para>
> + </listitem>
> + </varlistentry>
> +
> + </variablelist>
> + </refsect1>
> +
> + &seealso;
> +
> + <refsect1>
> + <title><!-- Author -->作者</title>
> + <para>Tycho Andersen <email>tycho.andersen at canonical.com</email></para>
> + </refsect1>
> +</refentry>
> +
> +<!-- Keep this comment at the end of the file
> +Local variables:
> +mode: sgml
> +sgml-omittag:t
> +sgml-shorttag:t
> +sgml-minimize-attributes:nil
> +sgml-always-quote-attributes:t
> +sgml-indent-step:2
> +sgml-indent-data:t
> +sgml-parent-document:nil
> +sgml-default-dtd-file:nil
> +sgml-exposed-tags:nil
> +sgml-local-catalogs:nil
> +sgml-local-ecat-files:nil
> +End:
> +-->
> --
> 2.0.4
>
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel
--
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20140827/580dbdf2/attachment.sig>
More information about the lxc-devel
mailing list