Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
a361e562
Unverified
Commit
a361e562
authored
Jul 18, 2016
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lxc-copy: update manpage to include tmpfs option
Signed-off-by:
Christian Brauner
<
cbrauner@suse.de
>
parent
897dcac4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
10 deletions
+43
-10
lxc-copy.sgml.in
doc/lxc-copy.sgml.in
+43
-10
No files found.
doc/lxc-copy.sgml.in
View file @
a361e562
...
@@ -55,7 +55,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -55,7 +55,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-K, --keepdata</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-- hook arguments</arg>
<arg choice="opt">-- hook arguments</arg>
...
@@ -69,7 +70,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -69,7 +70,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<arg choice="req">-e, --ephemeral</arg>
<arg choice="req">-e, --ephemeral</arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-K, --keepdata</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-L, --fssize <replaceable>size [unit]</replaceable></arg>
<arg choice="opt">-- hook arguments</arg>
<arg choice="opt">-- hook arguments</arg>
...
@@ -78,6 +80,20 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -78,6 +80,20 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<command>lxc-copy</command>
<command>lxc-copy</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
<arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
<arg choice="opt">-N, --newname <replaceable>newname</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="req">-e, --ephemeral</arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-t, --tmpfs</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-- hook arguments</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>lxc-copy</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="opt">-P, --lxcpath <replaceable>path</replaceable></arg>
<arg choice="req">-N, --newname <replaceable>newname</replaceable></arg>
<arg choice="req">-N, --newname <replaceable>newname</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="req">-R, --rename</arg>
<arg choice="req">-R, --rename</arg>
...
@@ -115,7 +131,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -115,7 +131,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
config file and will be destroyed on shutdown. When
config file and will be destroyed on shutdown. When
<replaceable>-e</replaceable> is used in combination with
<replaceable>-e</replaceable> is used in combination with
<replaceable>-D</replaceable> a non-ephemeral snapshot of the original
<replaceable>-D</replaceable> a non-ephemeral snapshot of the original
container is created and started.</para>
container is created and started.
Ephemeral containers can also be placed on a tmpfs with <replaceable>-t</replaceable>
flag. NOTE: If an ephemeral container that is placed on a tmpfs is rebooted
all changes made to it will currently be lost!
</para>
<para>
<para>
When <replaceable>-e</replaceable> is specified and no newname is given via
When <replaceable>-e</replaceable> is specified and no newname is given via
...
@@ -223,6 +243,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -223,6 +243,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-t, --tmpfs </option></term>
<listitem>
<para> When this option is specified the ephemeral container will be
placed on a tmpfs. NOTE: Rebooting an ephemeral container that is
located on a tmpfs will currently cause all changes made to it to be
lost. This flag will only work for ephemeral containers created with
the <replaceable>-e</replaceable> flag. The original container, from
which the ephemeral snapshot is created, must be stored as a simple
directory.
</para> </listitem>
</varlistentry>
<varlistentry>
<term> <option>-B, --backingstorage <replaceable>backingstorage</replaceable></option></term>
<term> <option>-B, --backingstorage <replaceable>backingstorage</replaceable></option></term>
<listitem>
<listitem>
<para>Specify the backing storage type to be used for the copy
<para>Specify the backing storage type to be used for the copy
...
@@ -239,18 +272,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -239,18 +272,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-
D, --keepdata
</option></term>
<term> <option>-
K, --keepname
</option></term>
<listitem>
<listitem>
<para>When this option is specified with
<para> When this option is specified the hostname of the original
<replaceable>-e</replaceable> a non-ephemeral container is created
container will be kept for the copy.</para> </listitem>
and started. </para> </listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-
K, --keepname
</option></term>
<term> <option>-
D, --keepdata
</option></term>
<listitem>
<listitem>
<para> When this option is specified the hostname of the original
<para>When this option is specified with
container will be kept for the copy.</para> </listitem>
<replaceable>-e</replaceable> a non-ephemeral container is created
and started. </para> </listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment