From: KATOH Yasufumi Date: Tue, 10 Feb 2015 07:26:58 +0000 (+0900) Subject: doc: Update lxc-snapshot(1) for moving snapshot directory X-Git-Tag: lxc-1.1.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd530a146a65fedcd8d10e9d8e199d6a900b3466;p=thirdparty%2Flxc.git doc: Update lxc-snapshot(1) for moving snapshot directory At the commit 18aa217, the snapshot dir was moved to /var/lib/lxc/c/snaps. Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- diff --git a/doc/ja/lxc-snapshot.sgml.in b/doc/ja/lxc-snapshot.sgml.in index f0f62894c..16e483ff6 100644 --- a/doc/ja/lxc-snapshot.sgml.in +++ b/doc/ja/lxc-snapshot.sgml.in @@ -88,10 +88,12 @@ by KATOH Yasufumi - スナップショットは、専用の設定されたパス以下にスナップショット化されたコンテナとして保存されます。 - 例えば、もしコンテナパスが /var/lib/lxc で、コンテナが c1 である場合、最初に取得するスナップショットは、パス /var/lib/lxcsnaps/c1 の下の snap0 として保存されます。 + Snapshots are stored as snapshotted containers under the container's configuration path. For instance, if the container's configuration path is /var/lib/lxc and the container is c1, then the first snapshot will be stored as container snap0 under the path /var/lib/lxc/c1/snaps. + If /var/lib/lxcsnaps, as used by LXC 1.0, already exists, then it will continue to be used. + --> + スナップショットはコンテナパス以下にスナップショット化されたコンテナとして保存されます。 + 例えば、もしコンテナパスが /var/lib/lxc で、コンテナが c1 である場合、最初に取得するスナップショットは、パス /var/lib/lxc/c1/snaps の下の snap0 として保存されます。 + LXC 1.0 で使われていた /var/lib/lxcsnaps が存在する場合には、このディレクトリが引き続き使われます。 diff --git a/doc/lxc-snapshot.sgml.in b/doc/lxc-snapshot.sgml.in index 029534e75..5c7ea5327 100644 --- a/doc/lxc-snapshot.sgml.in +++ b/doc/lxc-snapshot.sgml.in @@ -79,7 +79,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA container snapshots. - Snapshots are stored as snapshotted containers under a private configuration path. For instance, if the container's configuration path is /var/lib/lxc and the container is c1, then the first snapshot will be stored as container snap0 under configuration path /var/lib/lxcsnaps/c1. + Snapshots are stored as snapshotted containers under the container's configuration path. For instance, if the container's configuration path is /var/lib/lxc and the container is c1, then the first snapshot will be stored as container snap0 under the path /var/lib/lxc/c1/snaps. + If /var/lib/lxcsnaps, as used by LXC 1.0, already exists, then it will continue to be used.