lxc-snapshot.sgml.in revision 7c3d3950528671460bcd333af842a6158e4166b6
0N/A<!--
1472N/A
0N/Alxc: linux Container library
0N/A
0N/A(C) Copyright Canonical Inc. 2007, 2008
0N/A
0N/AAuthors:
0N/ASerge Hallyn <serge.hallyn at ubuntu.com>
0N/A
0N/AThis library is free software; you can redistribute it and/or
0N/Amodify it under the terms of the GNU Lesser General Public
0N/ALicense as published by the Free Software Foundation; either
0N/Aversion 2.1 of the License, or (at your option) any later version.
0N/A
0N/AThis library is distributed in the hope that it will be useful,
0N/Abut WITHOUT ANY WARRANTY; without even the implied warranty of
0N/AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
0N/ALesser General Public License for more details.
1472N/A
1472N/AYou should have received a copy of the GNU Lesser General Public
1472N/ALicense along with this library; if not, write to the Free Software
0N/AFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
0N/A
0N/ATranslated into Japanese
0N/Aby KATOH Yasufumi <karma at jazz.email.ne.jp>
0N/A-->
0N/A
0N/A<!DOCTYPE refentry PUBLIC @docdtd@ [
0N/A
0N/A<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
0N/A<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
0N/A]>
0N/A
0N/A<refentry>
0N/A
0N/A <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
0N/A
0N/A <refmeta>
0N/A <refentrytitle>lxc-snapshot</refentrytitle>
0N/A <manvolnum>1</manvolnum>
0N/A </refmeta>
0N/A
0N/A <refnamediv>
0N/A <refname>lxc-snapshot</refname>
0N/A
0N/A <refpurpose>
0N/A <!--
0N/A Snapshot an existing container.
0N/A -->
0N/A 存在するコンテナのスナップショットの取得
0N/A </refpurpose>
0N/A </refnamediv>
0N/A
0N/A <refsynopsisdiv>
0N/A <cmdsynopsis>
0N/A <command>lxc-snapshot</command>
0N/A <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
0N/A <arg choice="opt">-c, --comment <replaceable>file</replaceable></arg>
0N/A </cmdsynopsis>
0N/A <cmdsynopsis>
0N/A <command>lxc-snapshot</command>
0N/A <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
0N/A <arg choice="req">-d, -destroy <replaceable>snapshot-name</replaceable></arg>
0N/A </cmdsynopsis>
0N/A <cmdsynopsis>
0N/A <command>lxc-snapshot</command>
0N/A <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
0N/A <arg choice="req">-L, --list </arg>
0N/A <arg choice="opt">-C, --showcomments </arg>
0N/A </cmdsynopsis>
0N/A <cmdsynopsis>
0N/A <command>lxc-snapshot</command>
0N/A <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
0N/A <arg choice="req">-r, -restore <replaceable>snapshot-name</replaceable></arg>
0N/A <arg choice="opt">-N, --newname <replaceable> newname</replaceable></arg>
0N/A </cmdsynopsis>
0N/A </refsynopsisdiv>
0N/A
0N/A <refsect1>
0N/A <title><!-- Description -->説明</title>
0N/A
0N/A <para>
0N/A <!--
0N/A <command>lxc-snapshot</command> creates, lists, and restores
0N/A container snapshots.
0N/A -->
0N/A <command>lxc-snapshot</command> はコンテナのスナップショットの作製、スナップショットのリスト表示、スナップショットからのリストアを行います。
0N/A </para>
0N/A <para>
0N/A <!--
0N/A Snapshots are stored as snapshotted containers under the container's configuration path. For instance, if the container's configuration path is <filename>/var/lib/lxc</filename> and the container is <filename>c1</filename>, then the first snapshot will be stored as container <filename>snap0</filename> under the path <filename>/var/lib/lxc/c1/snaps</filename>.
0N/A If <filename>/var/lib/lxcsnaps</filename>, as used by LXC 1.0, already exists, then it will continue to be used.
0N/A -->
スナップショットはコンテナパス以下にスナップショット化されたコンテナとして保存されます。
例えば、もしコンテナパスが <filename>/var/lib/lxc</filename> で、コンテナが <filename>c1</filename> である場合、最初に取得するスナップショットは、パス <filename>/var/lib/lxc/c1/snaps</filename> の下の <filename>snap0</filename> として保存されます。
LXC 1.0 で使われていた <filename>/var/lib/lxcsnaps</filename> が存在する場合には、このディレクトリが引き続き使われます。
</para>
</refsect1>
<refsect1>
<title><!-- Options -->オプション</title>
<variablelist>
<varlistentry>
<term> <option>-c,--comment <replaceable>comment_file</replaceable></option> </term>
<listitem>
<para>
<!--
Associate the comment in <replaceable>comment_file</replaceable> with the newly created snapshot.
-->
新しく作製するスナップショットに <replaceable>comment_file</replaceable> ファイル内のコメントを関連付ける。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-d,--destroy snapshot-name</option> </term>
<listitem>
<!--
<para> Destroy the named snapshot. If the named snapshot is ALL, then all snapshots
will be destroyed.</para>
-->
指定した名前のスナップショットを破壊します。ALL という名前が指定された場合、すべてのスナップショットが破壊されます。
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-L,--list </option> </term>
<listitem>
<para>
<!--
List existing snapshots.
-->
存在するスナップショットをリスト表示します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-C,--showcomments </option> </term>
<listitem>
<para>
<!--
Show snapshot comments in the snapshots listings.
-->
スナップショットのリスト表示でスナップショットに対するコメントを表示します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-r,--restore snapshot-name</option> </term>
<listitem>
<para>
<!--
Restore the named snapshot, meaning a full new container is created which is a copy of the snapshot.
-->
指定のスナップショットをリストアします。
これはスナップショットのコピーである完全に新しいコンテナが作製されるということです。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-N, --newname</option> </term>
<listitem>
<para>
<!-- When restoring a snapshot, the last optional argument if not given explicitly Via <command>\-\-newname</command> is the name to use for the restored container. If the newname is identical to the original name of the container, then the original container will be destroyed and the restored container will take its place. Note that deleting the original snapshot is not possible in the case of aufs, overlayfs or zfs backed snapshots. -->
スナップショットをリストアする際、<command>--newname</command> の値として明示的に指定しない場合でも、最後のオプション引数はリストアするコンテナの名前として使用します。
もし newname が元のコンテナの名前と同じ場合、元のコンテナが削除され、リストアされるコンテナに置き換えられます。
スナップショット元を削除することは、aufs, overlayfs, zfs がバックエンドのスナップショットではできないことに注意が必要です。
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
&commonoptions;
&seealso;
<refsect1>
<title><!-- Author -->作者</title>
<para>Serge Hallyn <email>serge.hallyn@ubuntu.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:
-->