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
b73cea60
Commit
b73cea60
authored
Nov 27, 2018
by
KATOH Yasufumi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add allowrunning option into Japanese lxc-copy(1)
Update for commit
754076f5
Signed-off-by:
KATOH Yasufumi
<
karma@jazz.email.ne.jp
>
parent
77068929
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
lxc-copy.sgml.in
doc/ja/lxc-copy.sgml.in
+15
-0
No files found.
doc/ja/lxc-copy.sgml.in
View file @
b73cea60
...
@@ -61,6 +61,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -61,6 +61,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<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">-a, --allowrunning</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
...
@@ -91,6 +92,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -91,6 +92,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<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">-a, --allowrunning</arg>
<arg choice="opt">-t, --tmpfs</arg>
<arg choice="opt">-t, --tmpfs</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
...
@@ -249,6 +251,19 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -249,6 +251,19 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-a,--allowrunning </option> </term>
<listitem>
<para><!-- Allow the creation of a Snapshot of an already running container.
This may cause data corruption or data loss depending on the used
filesystem and applications. Use with care. -->
実行中のコンテナのスナップショットを作成します。
これは、使用しているファイルシステムやアプリケーションによっては、データの破損や欠損を引き起こす可能性があります。
注意して使用してください。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-F,--foreground</option> </term>
<term> <option>-F,--foreground</option> </term>
<listitem>
<listitem>
<para><!-- Run the snapshot in the foreground. The snapshots console will
<para><!-- Run the snapshot in the foreground. The snapshots console will
...
...
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