]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ko/lxc-copy.sgml.in
doc: Add Korean manpage for lxc-copy
[mirror_lxc.git] / doc / ko / lxc-copy.sgml.in
CommitLineData
b035f792
SY
1<!--
2
3lxc: linux Container library
4
5(C) Copyright Canonical Inc. 2007, 2008
6
7Authors:
8Christian Brauner <christian.brauner at mailbox.org>
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; either
13version 2.1 of the License, or (at your option) any later version.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24Translated into Korean
25by Sungbae Yoo <sungbae.yoo at samsung.com>
26
27-->
28
29<!DOCTYPE refentry PUBLIC @docdtd@ [
30
31<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
32<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
33]>
34
35<refentry>
36
37 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
38
39 <refmeta>
40 <refentrytitle>lxc-copy</refentrytitle>
41 <manvolnum>1</manvolnum>
42 </refmeta>
43
44 <refnamediv>
45 <refname>lxc-copy</refname>
46
47 <refpurpose>
48 <!--
49 copy an existing container.
50 -->
51 존재하는 컨테이너 복사
52 </refpurpose>
53 </refnamediv>
54
55 <refsynopsisdiv>
56 <cmdsynopsis>
57 <command>lxc-copy</command>
58 <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
59 <arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
60 <arg choice="req">-N, --newname <replaceable>newname</replaceable></arg>
61 <arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
62 <arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
63 <arg choice="opt">-s, --snapshot</arg>
64 <arg choice="opt">-K, --keepdata</arg>
65 <arg choice="opt">-M, --keepmac</arg>
66 <arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
67 </cmdsynopsis>
68 <cmdsynopsis>
69 <command>lxc-copy</command>
70 <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
71 <arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
72 <arg choice="opt">-N, --newname <replaceable>newname</replaceable></arg>
73 <arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
74 <arg choice="req">-e, --ephemeral</arg>
75 <arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
76 <arg choice="opt">-s, --snapshot</arg>
77 <arg choice="opt">-K, --keepdata</arg>
78 <arg choice="opt">-M, --keepmac</arg>
79 <arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
80 </cmdsynopsis>
81 <cmdsynopsis>
82 <command>lxc-copy</command>
83 <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
84 <arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
85 <arg choice="req">-N, --newname <replaceable>newname</replaceable></arg>
86 <arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
87 <arg choice="req">-R, --rename</arg>
88 </cmdsynopsis>
89 </refsynopsisdiv>
90
91 <refsect1>
92 <title><!-- Description -->설명</title>
93
94 <para>
95 <!--
96 <command>lxc-copy</command> creates and optionally starts (ephemeral or
97 non-ephemeral) copies of existing containers. It replaces
98 <command>lxc-clone</command> and <command>lxc-start-ephemeral</command>.
99 -->
100 <command>lxc-copy</command>는 존재하는 컨테이너의 (임시적 또는 영구적) 복사본을 생성하고, 옵션에 따라 시작하기도 한다. <command>lxc-clone</command>와 <command>lxc-start-ephemeral</command>를 대체한다.
101 </para>
102 <para>
103 <!--
104 <command>lxc-copy</command> creates copies of existing containers. Copies
105 can be complete clones of the original container. In this case the whole
106 root filesystem of the container is simply copied to the new container. Or
107 they can be snapshots, i.e. small copy-on-write copies of the original
108 container. In this case the specified backing storage for the copy must
109 support snapshots. This currently includes aufs, btrfs, lvm (lvm devices
110 do not support snapshots of snapshots.), overlay, and zfs.
111 -->
112 <command>lxc-copy</command>는 존재하는 컨테이너의 복사본을 생성한다. 복사본은 원본 컨테이너를 말그대로 복사한 것일 수 있다. 이 경우 컨테이너의 전체 루트 파일시스템은 단순히 새로운 컨테이너로 복사된다.
113 또는, 원본 컨테이너를 copy-on-write한 것과 같이 스냅샷이 될 수 있다. 이 경우 복사본을 위해 지정한 저장소는 스냅샷을 지원하여야 한다. 이러한 저장소에는 현재 aufs, btrfs, lvm (lvm 장치는 스냅샷의 스냅샷은 지원하지 않음), overlay, zfs가 있다.
114 </para>
115
116 <para>
117 <!--
118 The copy's backing storage will be of the same type as the original
119 container. aufs or overlayfs snapshots of directory backed containers are
120 exempted from this rule.
121 -->
122 복사본의 저장소는 원본 컨테이너와 같은 종류가 된다. 단, aufs나 디렉토리로 구성된 컨테이너의 overayfs 스냅샷은 예외이다.
123 </para>
124
125 <para>
126 <!--
127 When the <replaceable>-e</replaceable> flag is specified an ephemeral
128 snapshot of the original container is created and started. Ephemeral
129 containers will have <command>lxc.ephemeral = 1</command> set in their
130 config file and will be destroyed on shutdown. When
131 <replaceable>-e</replaceable> is used in combination with
132 <replaceable>-D</replaceable> a non-ephemeral snapshot of the original
133 container is created and started.
134 -->
135 <replaceable>-e</replaceable>가 지정되면, 원본 컨테이너의 임시 스냅샷이 생성되고 시작된다. 임시 컨테이너는 자신의 설정파일 안에 <command>lxc.ephemeral = 1</command>를 가지게 되며, 종료시에 제거된다. <replaceable>-e</replaceable>와 함께 <replaceable>-D</replaceable>를 같이 지정하면 원본 컨테이너의 영구적인 스냅샷이 생성되고 실행된다.
136 </para>
137
138 <para>
139 <!--
140 When <replaceable>-e</replaceable> is specified and no newname is given via
141 <replaceable>-N</replaceable> a random name for the snapshot will be chosen.
142 -->
143 <replaceable>-e</replaceable>는 지정하고 <replaceable>-N</replaceable>으로 새이름을 지정하지 않으면, 무작위로 이름을 정한다.
144 </para>
145
146 <para>
147 <!--
148 Containers created and started with <replaceable>-e</replaceable> can have
149 custom mounts. These are specified with the <replaceable>-m</replaceable>
150 flag. Currently three types of mounts are supported:
151 <replaceable>aufs</replaceable>, <replaceable>bind</replaceable>, and
152 <replaceable>overlay</replaceable>. Mount types are specified as suboptions
153 to the <replaceable>-m</replaceable> flag and can be specified multiple
154 times separated by commas. <replaceable>aufs</replaceable> and
155 <replaceable>overlay</replaceable> mounts are currently specified in the
156 format <replaceable>-m overlay=/src:/dest</replaceable>. When no
157 destination <replaceable>dest</replaceable> is specified
158 <replaceable>dest</replaceable> will be identical to
159 <replaceable>src</replaceable>. Read-only <replaceable>bind</replaceable>
160 mounts are specified <replaceable>-m bind=/src:/dest:ro</replaceable> and
161 read-write <replaceable>bind</replaceable> mounts <replaceable>-m
162 bind=/src:/dest:rw</replaceable>. Read-write <replaceable>bind</replaceable>
163 mounts are the default and <replaceable>rw</replaceable> can be missing when
164 a read-write mount is wanted. When <replaceable>dest</replaceable> is
165 missing <replaceable>dest</replaceable> will be identical to
166 <replaceable>src</replaceable>. An example for multiple mounts would be
167 <replaceable>-m
168 bind=/src1:/dest1:ro,bind=/src2:ro,overlay=/src3:/dest3</replaceable>.
169 -->
170 <replaceable>-e</replaceable>로 생성되고 실행되는 컨테이너들은 자신만의 마운트를 가질 수 있다. 이는 <replaceable>-m</replaceable>으로 지정된다. 현재 지원하는 마운트의 형식은 <replaceable>aufs</replaceable>, <replaceable>bind</replaceable>, <replaceable>overlay</replaceable>의 세 종류이다. 마운트 형식은 <replaceable>-m</replaceable>의 추가 인수로 지정된다. 그리고 쉼표(,)로 구분하여 여러번 지정할 수 있다. <replaceable>aufs</replaceable>와 <replaceable>overlay</replaceable> 마운트는 현재 <replaceable>-m overlay=/src:/dest</replaceable>와 같이 지정한다. <replaceable>dest</replaceable>의 대상이 지정되지 않았다면 <replaceable>dest</replaceable>는 <replaceable>src</replaceable>와 동일한 값을 가진다.
171 읽기 전용 <replaceable>bind</replaceable> 마운트는 <replaceable>-m bind=/src:/dest:ro</replaceable>로 읽기쓰기 가능 <replaceable>bind</replaceable>마운트는 <replaceable>-m bind=/src:/dest:rw</replaceable>로 지정한다. 읽기쓰기 가능 <replaceable>bind</replaceable> 마운트가 기본값이므로, 읽기쓰기 가능을 원한다면 <replaceable>rw</replaceable>은 빼도 무관하다. <replaceable>dest</replaceable>를 생략했다면 마찬가지로 <replaceable>dest</replaceable>는 <replaceable>src</replaceable>와 같다. 여러번 마운트는 <replaceable>-m bind=/src1:/dest1:ro,bind=/src2:ro,overlay=/src3:/dest3</replaceable>와 같이 가능하다.
172 </para>
173
174 <para>
175 <!--
176 The mounts, their options, and formats supported via the
177 <replaceable>-m</replaceable> flag are subject to change.
178 -->
179 <replaceable>-m</replaceable>를 통해 지원되는 마운트, 옵션, 형식은 변경될 수 있다.
180 </para>
181 </refsect1>
182
183 <refsect1>
184
185 <title><!-- Options -->옵션</title>
186
187 <variablelist>
188
189 <varlistentry>
190 <term> <option>-N,--newname <replaceable>newname</replaceable></option> </term>
191 <listitem>
192 <para><!-- The name for the copy. -->복사본의 이름</para>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry>
197 <term> <option>-p,--newpath <replaceable>newpath</replaceable></option> </term>
198 <listitem>
199 <para><!-- The path for the copy. -->복사본의 경로</para>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry>
204 <term> <option>-R,--rename </option> </term>
205 <listitem>
206 <para><!-- Rename the original container. -->원본 컨테이너의 이름 변경</para>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry>
211 <term> <option>-s,--snapshot </option> </term>
212 <listitem>
213 <para>
214 <!--
215 Create a snapshot of the orginal container. The backing
216 storage for the copy must support snapshots. This currently includes
217 aufs, btrfs, lvm, overlay, and zfs.
218 -->
219 원본 컨테이너의 스냅샷을 생성한다. 복사본의 저장소는 반드시 스냅샷을 지원해야 한다. 현재 aufs, btrfs, lvm, overlay, zfs가 가능하다.
220 </para>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry>
225 <term> <option>-F,--foreground</option> </term>
226 <listitem>
227 <para>
228 <!--
229 Run the snapshot in the foreground. The snapshots console will
230 be attached to the current tty. (This option can only be specified
231 in conjunction with <replaceable>-e</replaceable>.)
232 -->
233 스냅샷을 포그라운드로 실행한다. 스냅샷 콘솔은 현재 tty에 붙게 된다. (이 옵션은 <replaceable>-e</replaceable> 옵션이랑만 사용 가능하다.)
234 </para>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry>
239 <term> <option>-d, --daemon</option> </term>
240 <listitem>
241 <para>
242 <!--
243 Run the snapshot as a daemon (This is the default mode for
244 ephemeral containers.). As the container has no more tty, if an
245 error occurs nothing will be displayed, the log file can
246 be used to check the error. (This option can only be specified in
247 conjunction with <replaceable>-e</replaceable>.)
248 -->
249 데몬으로 스냅샷을 실행한다. (이는 임시 컨테이너의 기본 모드이다.) 오류가 발생하더라도 컨테이너가 tty를 가지지 않기 때문에 오류는 표시되지 않는다.
250 대신 로그 파일을 사용해 로그를 확인할 수 있다. 이 옵션은 <replaceable>-e</replaceable> 옵션이랑만 사용 가능하다.)
251 </para>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry>
256 <term> <option>-m, --mount <replaceable>mounttype</replaceable></option> </term>
257 <listitem>
258 <para>
259 <!--
260 Specify a mount for a snapshot The
261 <replaceable>opts</replaceable> argument for the mount type can by
262 of type {aufs, bind, overlay}. For example <option>-m
263 bind=/src:/dest:ro,overlay=/src:/dest</option> (This option can
264 currently only be specified in conjunction with
265 <replaceable>-e</replaceable>.).
266 -->
267 스냅샷의 마운트를 지정한다. 마운트 형식을 위한 <replaceable>opts</replaceable> 인자는 aufs, bind, overlay를 사용 가능하다. 예를 들면 <option>-m bind=/src:/dest:ro,overlay=/src:/dest</option>이다. 이 옵션은 <replaceable>-e</replaceable> 옵션이랑만 사용 가능하다.)
268 </para>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry>
273 <term> <option>-B, --backingstorage <replaceable>backingstorage</replaceable></option></term>
274 <listitem>
275 <para>
276 <!--
277 Specify the backing storage type to be used for the copy
278 where 'backingstorage' is of type 'aufs', 'btrfs', 'dir', 'lvm', 'loop',
279 'overlay', or 'zfs'.
280 -->
281 복사본이 사용할 저장소의 형식을 지정한다. 'backingstorage'에는 'aufs', 'btrfs', 'dir', 'lvm', 'loop', 'overlay','zfs'이 사용 가능하다.
282 </para>
283 </listitem>
284 </varlistentry>
285
286 <varlistentry>
287 <term> <option>-L, --fssize <replaceable>size [unit]</replaceable></option></term>
288 <listitem>
289 <para><!-- Specify the size for an 'lvm' filesystem. -->
290 'lvm' 파일시스템의 크기를 지정한다.
291 </para>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry>
296 <term> <option>-D, --keepdata </option></term>
297 <listitem>
298 <para>
299 <!--
300 When this option is specified with
301 <replaceable>-e</replaceable> a non-ephemeral container is created
302 and started.-->
303 이 옵션을 <replaceable>-e</replaceable>와 지정하면 영구적인 컨테이너가 생성되고 시작된다.
304 </para>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry>
309 <term> <option>-K, --keepname </option></term>
310 <listitem>
311 <para>
312 <!--
313 When this option is specified the hostname of the original
314 container will be kept for the copy.
315 -->
316 이 옵션이 지정되면 원본 컨테이너의 호스트이름이 복사본에서도 그대로 유지된다.
317 </para>
318 </listitem>
319 </varlistentry>
320
321 <varlistentry>
322 <term> <option>-M, --keepmac </option></term>
323 <listitem>
324 <para>
325 <!--
326 When this option is specified the MAC address of the original
327 container will be kept for the copy.
328 -->
329 이 옵션이 지정되면 원본 컨테이너의 MAC 주소가 복사본에서도 그대로 유지된다.
330 </para>
331 </listitem>
332 </varlistentry>
333
334 </variablelist>
335
336 </refsect1>
337
338 &commonoptions;
339
340 &seealso;
341
342 <refsect1>
343 <title><!-- Author -->저자</title>
344 <para>Christian Brauner <email>christian.brauner@mailbox.org</email></para>
345 </refsect1>
346
347</refentry>
348
349<!-- Keep this comment at the end of the file
350Local variables:
351mode: sgml
352sgml-omittag:t
353sgml-shorttag:t
354sgml-minimize-attributes:nil
355sgml-always-quote-attributes:t
356sgml-indent-step:2
357sgml-indent-data:t
358sgml-parent-document:nil
359sgml-default-dtd-file:nil
360sgml-exposed-tags:nil
361sgml-local-catalogs:nil
362sgml-local-ecat-files:nil
363End:
364-->