]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ko/lxc-copy.sgml.in
spelling: overlayfs
[mirror_lxc.git] / doc / ko / lxc-copy.sgml.in
1 <!--
2
3 lxc: linux Container library
4
5 (C) Copyright Canonical Inc. 2007, 2008
6
7 Authors:
8 Christian Brauner <christian.brauner at mailbox.org>
9
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
14
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public
21 License along with this library; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
24 Translated into Korean
25 by 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, --keepname</arg>
65 <arg choice="opt">-D, --keepdata</arg>
66 <arg choice="opt">-M, --keepmac</arg>
67 <arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
68 <arg choice="opt">-- hook arguments</arg>
69 </cmdsynopsis>
70 <cmdsynopsis>
71 <command>lxc-copy</command>
72 <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
73 <arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
74 <arg choice="opt">-N, --newname <replaceable>newname</replaceable></arg>
75 <arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
76 <arg choice="req">-e, --ephemeral</arg>
77 <arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
78 <arg choice="opt">-s, --snapshot</arg>
79 <arg choice="opt">-K, --keepname</arg>
80 <arg choice="opt">-D, --keepdata</arg>
81 <arg choice="opt">-M, --keepmac</arg>
82 <arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
83 <arg choice="opt">-- hook arguments</arg>
84 </cmdsynopsis>
85 <cmdsynopsis>
86 <command>lxc-copy</command>
87 <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
88 <arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
89 <arg choice="opt">-N, --newname <replaceable>newname</replaceable></arg>
90 <arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
91 <arg choice="req">-e, --ephemeral</arg>
92 <arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
93 <arg choice="opt">-s, --snapshot</arg>
94 <arg choice="opt">-t, --tmpfs</arg>
95 <arg choice="opt">-K, --keepname</arg>
96 <arg choice="opt">-M, --keepmac</arg>
97 <arg choice="opt">-- hook arguments</arg>
98 </cmdsynopsis>
99 <cmdsynopsis>
100 <command>lxc-copy</command>
101 <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
102 <arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
103 <arg choice="req">-N, --newname <replaceable>newname</replaceable></arg>
104 <arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
105 <arg choice="req">-R, --rename</arg>
106 </cmdsynopsis>
107 </refsynopsisdiv>
108
109 <refsect1>
110 <title><!-- Description -->설명</title>
111
112 <para>
113 <!--
114 <command>lxc-copy</command> creates and optionally starts (ephemeral or
115 non-ephemeral) copies of existing containers. It replaces
116 <command>lxc-clone</command> and <command>lxc-start-ephemeral</command>.
117 -->
118 <command>lxc-copy</command>는 존재하는 컨테이너의 (임시적 또는 영구적) 복사본을 생성하고, 옵션에 따라 시작하기도 한다. <command>lxc-clone</command>와 <command>lxc-start-ephemeral</command>를 대체한다.
119 </para>
120 <para>
121 <!--
122 <command>lxc-copy</command> creates copies of existing containers. Copies
123 can be complete clones of the original container. In this case the whole
124 root filesystem of the container is simply copied to the new container. Or
125 they can be snapshots, i.e. small copy-on-write copies of the original
126 container. In this case the specified backing storage for the copy must
127 support snapshots. This currently includes aufs, btrfs, lvm (lvm devices
128 do not support snapshots of snapshots.), overlay, and zfs.
129 -->
130 <command>lxc-copy</command>는 존재하는 컨테이너의 복사본을 생성한다. 복사본은 원본 컨테이너를 말그대로 복사한 것일 수 있다. 이 경우 컨테이너의 전체 루트 파일시스템은 단순히 새로운 컨테이너로 복사된다.
131 또는, 원본 컨테이너를 copy-on-write한 것과 같이 스냅샷이 될 수 있다. 이 경우 복사본을 위해 지정한 저장소는 스냅샷을 지원하여야 한다. 이러한 저장소에는 현재 aufs, btrfs, lvm (lvm 장치는 스냅샷의 스냅샷은 지원하지 않음), overlay, zfs가 있다.
132 </para>
133
134 <para>
135 <!--
136 The copy's backing storage will be of the same type as the original
137 container. aufs or overlayfs snapshots of directory backed containers are
138 exempted from this rule.
139 -->
140 복사본의 저장소는 원본 컨테이너와 같은 종류가 된다. 단, aufs나 디렉토리로 구성된 컨테이너의 overlayfs 스냅샷은 예외이다.
141 </para>
142
143 <para>
144 <!--
145 When the <replaceable>-e</replaceable> flag is specified an ephemeral
146 snapshot of the original container is created and started. Ephemeral
147 containers will have <command>lxc.ephemeral = 1</command> set in their
148 config file and will be destroyed on shutdown. When
149 <replaceable>-e</replaceable> is used in combination with
150 <replaceable>-D</replaceable> a non-ephemeral snapshot of the original
151 container is created and started.
152 Ephemeral containers can also be placed on a tmpfs with <replaceable>-t</replaceable>
153 flag. NOTE: If an ephemeral container that is placed on a tmpfs is rebooted
154 all changes made to it will currently be lost!
155 -->
156 <replaceable>-e</replaceable>가 지정되면, 원본 컨테이너의 임시 스냅샷이 생성되고 시작된다. 임시 컨테이너는 자신의 설정파일 안에 <command>lxc.ephemeral = 1</command>를 가지게 되며, 종료시에 제거된다. <replaceable>-e</replaceable>와 함께 <replaceable>-D</replaceable>를 같이 지정하면 원본 컨테이너의 영구적인 스냅샷이 생성되고 실행된다.
157 <replaceable>-t</replaceable>를 지정하면, 임시 컨테이너는 tmpfs 상에 놓이게 된다.
158 주의: tmpfs 상에 놓인 임시 컨테이너는 재부팅시 모든 변경 사항이 사라진다.
159 </para>
160
161 <para>
162 <!--
163 When <replaceable>-e</replaceable> is specified and no newname is given via
164 <replaceable>-N</replaceable> a random name for the snapshot will be chosen.
165 -->
166 <replaceable>-e</replaceable>는 지정하고 <replaceable>-N</replaceable>으로 새이름을 지정하지 않으면, 무작위로 이름을 정한다.
167 </para>
168
169 <para>
170 <!--
171 Containers created and started with <replaceable>-e</replaceable> can have
172 custom mounts. These are specified with the <replaceable>-m</replaceable>
173 flag. Currently three types of mounts are supported:
174 <replaceable>aufs</replaceable>, <replaceable>bind</replaceable>, and
175 <replaceable>overlay</replaceable>. Mount types are specified as suboptions
176 to the <replaceable>-m</replaceable> flag and can be specified multiple
177 times separated by commas. <replaceable>aufs</replaceable> and
178 <replaceable>overlay</replaceable> mounts are currently specified in the
179 format <replaceable>-m overlay=/src:/dest</replaceable>. When no
180 destination <replaceable>dest</replaceable> is specified
181 <replaceable>dest</replaceable> will be identical to
182 <replaceable>src</replaceable>. Read-only <replaceable>bind</replaceable>
183 mounts are specified <replaceable>-m bind=/src:/dest:ro</replaceable> and
184 read-write <replaceable>bind</replaceable> mounts <replaceable>-m
185 bind=/src:/dest:rw</replaceable>. Read-write <replaceable>bind</replaceable>
186 mounts are the default and <replaceable>rw</replaceable> can be missing when
187 a read-write mount is wanted. When <replaceable>dest</replaceable> is
188 missing <replaceable>dest</replaceable> will be identical to
189 <replaceable>src</replaceable>. An example for multiple mounts would be
190 <replaceable>-m
191 bind=/src1:/dest1:ro,bind=/src2:ro,overlay=/src3:/dest3</replaceable>.
192 -->
193 <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>와 동일한 값을 가진다.
194 읽기 전용 <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>와 같이 가능하다.
195 </para>
196
197 <para>
198 <!--
199 The mounts, their options, and formats supported via the
200 <replaceable>-m</replaceable> flag are subject to change.
201 -->
202 <replaceable>-m</replaceable>를 통해 지원되는 마운트, 옵션, 형식은 변경될 수 있다.
203 </para>
204 </refsect1>
205
206 <refsect1>
207
208 <title><!-- Options -->옵션</title>
209
210 <variablelist>
211
212 <varlistentry>
213 <term> <option>-N,--newname <replaceable>newname</replaceable></option> </term>
214 <listitem>
215 <para><!-- The name for the copy. -->복사본의 이름</para>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry>
220 <term> <option>-p,--newpath <replaceable>newpath</replaceable></option> </term>
221 <listitem>
222 <para><!-- The path for the copy. -->복사본의 경로</para>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry>
227 <term> <option>-R,--rename </option> </term>
228 <listitem>
229 <para><!-- Rename the original container. -->원본 컨테이너의 이름 변경</para>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry>
234 <term> <option>-s,--snapshot </option> </term>
235 <listitem>
236 <para>
237 <!--
238 Create a snapshot of the original container. The backing
239 storage for the copy must support snapshots. This currently includes
240 aufs, btrfs, lvm, overlay, and zfs.
241 -->
242 원본 컨테이너의 스냅샷을 생성한다. 복사본의 저장소는 반드시 스냅샷을 지원해야 한다. 현재 aufs, btrfs, lvm, overlay, zfs가 가능하다.
243 </para>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry>
248 <term> <option>-F,--foreground</option> </term>
249 <listitem>
250 <para>
251 <!--
252 Run the snapshot in the foreground. The snapshots console will
253 be attached to the current tty. (This option can only be specified
254 in conjunction with <replaceable>-e</replaceable>.)
255 -->
256 스냅샷을 포그라운드로 실행한다. 스냅샷 콘솔은 현재 tty에 붙게 된다. (이 옵션은 <replaceable>-e</replaceable> 옵션이랑만 사용 가능하다.)
257 </para>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry>
262 <term> <option>-d, --daemon</option> </term>
263 <listitem>
264 <para>
265 <!--
266 Run the snapshot as a daemon (This is the default mode for
267 ephemeral containers.). As the container has no more tty, if an
268 error occurs nothing will be displayed, the log file can
269 be used to check the error. (This option can only be specified in
270 conjunction with <replaceable>-e</replaceable>.)
271 -->
272 데몬으로 스냅샷을 실행한다. (이는 임시 컨테이너의 기본 모드이다.) 오류가 발생하더라도 컨테이너가 tty를 가지지 않기 때문에 오류는 표시되지 않는다.
273 대신 로그 파일을 사용해 로그를 확인할 수 있다. 이 옵션은 <replaceable>-e</replaceable> 옵션이랑만 사용 가능하다.)
274 </para>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry>
279 <term> <option>-m, --mount <replaceable>mounttype</replaceable></option> </term>
280 <listitem>
281 <para>
282 <!--
283 Specify a mount for a snapshot The
284 <replaceable>opts</replaceable> argument for the mount type can by
285 of type {aufs, bind, overlay}. For example <option>-m
286 bind=/src:/dest:ro,overlay=/src:/dest</option> (This option can
287 currently only be specified in conjunction with
288 <replaceable>-e</replaceable>.).
289 -->
290 스냅샷의 마운트를 지정한다. 마운트 형식을 위한 <replaceable>opts</replaceable> 인자는 aufs, bind, overlay를 사용 가능하다. 예를 들면 <option>-m bind=/src:/dest:ro,overlay=/src:/dest</option>이다. 이 옵션은 <replaceable>-e</replaceable> 옵션이랑만 사용 가능하다.)
291 </para>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry>
296 <term> <option>-t, --tmpfs </option></term>
297 <listitem>
298 <para><!-- When this option is specified the ephemeral container will be
299 + placed on a tmpfs. NOTE: Rebooting an ephemeral container that is
300 located on a tmpfs will currently cause all changes made to it to be
301 lost. This flag will only work for ephemeral containers created with
302 the <replaceable>-e</replaceable> flag. The original container, from
303 which the ephemeral snapshot is created, must be stored as a simple
304 directory. -->
305 이 옵션이 지정되면 임시 컨테이너는 tmpfs 상에 놓이게 된다.
306 주의: tmpfs 상에 놓인 임시 컨테이너는 재부팅시 모든 변경 사항이 사라진다.
307 이 옵션은 <replaceable>-e</replaceable>를 지정하여 임시 컨테이너를 생성할 때만 사용이 가능하다. 임시 스냅샷을 생성한 원본 컨테이너는 반드시 일반적인 디렉토리에 위치하고 있어야 한다.
308 </para> </listitem>
309 </varlistentry>
310
311 <varlistentry>
312 <term> <option>-B, --backingstorage <replaceable>backingstorage</replaceable></option></term>
313 <listitem>
314 <para>
315 <!--
316 Specify the backing storage type to be used for the copy
317 where 'backingstorage' is of type 'aufs', 'btrfs', 'dir', 'lvm', 'loop',
318 'overlay', or 'zfs'.
319 -->
320 복사본이 사용할 저장소의 형식을 지정한다. 'backingstorage'에는 'aufs', 'btrfs', 'dir', 'lvm', 'loop', 'overlay','zfs'이 사용 가능하다.
321 </para>
322 </listitem>
323 </varlistentry>
324
325 <varlistentry>
326 <term> <option>-L, --fssize <replaceable>size [unit]</replaceable></option></term>
327 <listitem>
328 <para><!-- Specify the size for an 'lvm' filesystem. -->
329 'lvm' 파일시스템의 크기를 지정한다.
330 </para>
331 </listitem>
332 </varlistentry>
333
334 <varlistentry>
335 <term> <option>-K, --keepname </option></term>
336 <listitem>
337 <para>
338 <!--
339 When this option is specified the hostname of the original
340 container will be kept for the copy.
341 -->
342 이 옵션이 지정되면 원본 컨테이너의 호스트이름이 복사본에서도 그대로 유지된다.
343 </para>
344 </listitem>
345 </varlistentry>
346
347 <varlistentry>
348 <term> <option>-D, --keepdata </option></term>
349 <listitem>
350 <para>
351 <!--
352 When this option is specified with
353 <replaceable>-e</replaceable> a non-ephemeral container is created
354 and started.-->
355 이 옵션을 <replaceable>-e</replaceable>와 지정하면 영구적인 컨테이너가 생성되고 시작된다.
356 </para>
357 </listitem>
358 </varlistentry>
359
360 <varlistentry>
361 <term> <option>-M, --keepmac </option></term>
362 <listitem>
363 <para>
364 <!--
365 When this option is specified the MAC address of the original
366 container will be kept for the copy.
367 -->
368 이 옵션이 지정되면 원본 컨테이너의 MAC 주소가 복사본에서도 그대로 유지된다.
369 </para>
370 </listitem>
371 </varlistentry>
372
373 </variablelist>
374
375 </refsect1>
376
377 <refsect1>
378 <title><!-- Copy hook -->복사 훅</title>
379 <para>
380 <!--
381 If the container being copied has one or more
382 <filename>lxc.hook.clone</filename> specified, then the specified hooks
383 will be called for the new container. The first 3 arguments passed to the
384 clone hook will be the container name, a section ('lxc'), and the hook
385 type ('clone'). Extra arguments passed to <command>lxc-copy</command> will
386 be passed to the hook program starting at argument 4. The
387 <filename>LXC_ROOTFS_MOUNT</filename> environment variable gives
388 the path under which the container's root filesystem is mounted. The
389 configuration file pathname is stored in
390 <filename>LXC_CONFIG_FILE</filename>, the new container name in
391 <filename>LXC_NAME</filename>, the old container name in
392 <filename>LXC_SRC_NAME</filename>, and the path or device on which the
393 rootfs is located is in <filename>LXC_ROOTFS_PATH</filename>.
394 -->
395 복사되는 컨테이너에 <filename>lxc.hook.clone</filename>가 하나 이상 지정되어 있다면, 지정한 훅들은 새로운 컨테이너를 위해 실핼될 것이다.
396 clone 훅에게 넘겨지는 처음 3개 인자들은 컨테이너 이름, 섹션 ('lxc'), 훅의 종류 ('clone')이 될 것이다.
397 <command>lxc-copy</command>에 넘겨지는 추가 인자들은 훅 프로그램에 4번째 인자부터 넘겨지기 시작한다.
398 <filename>LXC_ROOTFS_MOUNT</filename> 환경 변수는 컨테이너의 루트 파일시스템이 마운트되어 있는 경로를 담고 있다.
399 설정 파일의 경로 이름은 <filename>LXC_CONFIG_FILE</filename>에, 새 컨테이너의 이름은 <filename>LXC_NAME</filename>에, 원본 컨테이너의 이름은 <filename>LXC_SRC_NAME</filename>에, 그리고 루트 파일시스템이 위치하고 있는 경로나 디바이스는 <filename>LXC_ROOTFS_PATH</filename>에 각각 담겨 있다.
400 </para>
401 </refsect1>
402
403 &commonoptions;
404
405 &seealso;
406
407 <refsect1>
408 <title><!-- Author -->저자</title>
409 <para>Christian Brauner <email>christian.brauner@mailbox.org</email></para>
410 </refsect1>
411
412 </refentry>
413
414 <!-- Keep this comment at the end of the file
415 Local variables:
416 mode: sgml
417 sgml-omittag:t
418 sgml-shorttag:t
419 sgml-minimize-attributes:nil
420 sgml-always-quote-attributes:t
421 sgml-indent-step:2
422 sgml-indent-data:t
423 sgml-parent-document:nil
424 sgml-default-dtd-file:nil
425 sgml-exposed-tags:nil
426 sgml-local-catalogs:nil
427 sgml-local-ecat-files:nil
428 End:
429 -->