Editing Man/vztmpl-dl.8

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 16: Line 16:
 
<td width="74%">
 
<td width="74%">
  
<p style="margin-top: 1em">[ <i>option</i> ... ]
+
<p style="margin-top: 1em">[<b>--no-gpg-check</b>]
<i>template</i> [<i>template</i> ...]</p></td></tr>
+
[<b>--no-update</b>] <i>template</i> [<i>template</i>
 +
...]</p> </td></tr>
 
<tr valign="top" align="left">
 
<tr valign="top" align="left">
 
<td width="11%"></td>
 
<td width="11%"></td>
Line 26: Line 27:
 
<td width="74%">
 
<td width="74%">
  
<p>[ <i>option</i> ... ] <b>--update-all</b></p></td></tr>
+
<p><b>--config</b>|<b>--list</b>|<b>--help</b></p></td></tr>
<tr valign="top" align="left">
 
<td width="11%"></td>
 
<td width="14%">
 
 
 
<p><b>vztmpl-dl</b></p></td>
 
<td width="1%"></td>
 
<td width="74%">
 
 
 
<p><b>--list-local</b>|<b>--list-remote</b>|<b>--list-all</b>|<b>--list-orphans</b></p> </td></tr>
 
<tr valign="top" align="left">
 
<td width="11%"></td>
 
<td width="14%">
 
 
 
<p><b>vztmpl-dl</b></p></td>
 
<td width="1%"></td>
 
<td width="74%">
 
 
 
<p><b>--config</b>|<b>--help</b></p></td></tr>
 
 
</table>
 
</table>
  
Line 54: Line 37:
 
download server. It can be used directly from the command
 
download server. It can be used directly from the command
 
line, and is also used by <b>vzctl create</b>.</p>
 
line, and is also used by <b>vzctl create</b>.</p>
 
<p style="margin-left:11%; margin-top: 1em">Usually one or
 
more template names are required, except if one of
 
<b>--update-all</b>, <b>--list</b>*, <b>--config</b> or
 
<b>--help</b> is used.</p>
 
  
 
== OPTIONS ==
 
== OPTIONS ==
  
<p style="margin-left:11%; margin-top: 1em"><b>--gpg-check</b></p>
+
<p style="margin-left:11%; margin-top: 1em"><b>--no-gpg-check</b></p>
  
<p style="margin-left:22%;">Check GPG signatures of
+
<p style="margin-left:22%;">Do not check GPG signatures of
 
downloaded files. By default, GPG check is performed if
 
downloaded files. By default, GPG check is performed if
<b>CHECK_TEMPLATE_SIG</b> is set to <b>yes</b> in
+
<b>gpg</b>(1) tool is installed and the OpenVZ public key is
<b>/etc/vz/download.conf</b> file, <b>gpg</b>(1) tool is
+
available in the gpg keyring. See <b>EXAMPLES</b> section
installed, and the OpenVZ public key is available in the gpg
+
below on how to install OpenVZ public key.</p>
keyring. See <b>EXAMPLES</b> section below on how to install
 
OpenVZ public key.</p>
 
 
 
<p style="margin-left:11%;"><b>--no-gpg-check</b></p>
 
 
 
<p style="margin-left:22%;">Do not check GPG
 
signatures.</p>
 
 
 
<p style="margin-left:11%;"><b>--ignore-errors</b></p>
 
 
 
<p style="margin-left:22%;">Keep processing templates from
 
the list and return 0 exit code, even if some template
 
failed to download. Without this option, <b>vztmpl-dl</b>
 
aborts upon first download failure.</p>
 
 
 
<p style="margin-left:11%;"><b>--update</b></p>
 
 
 
<p style="margin-left:22%;">Update (re-download) existing
 
templates.</p>
 
  
 
<p style="margin-left:11%;"><b>--no-update</b></p>
 
<p style="margin-left:11%;"><b>--no-update</b></p>
  
<p style="margin-left:22%;">Do not try to update existing
+
<p style="margin-left:22%;">Do not try to update
templates.</p>
+
(re-download) existing templates.</p>
 
 
<p style="margin-left:11%; margin-top: 1em"><b>--quiet</b></p>
 
 
 
<p style="margin-left:22%;">Be less talkative (currently it
 
only adds --quiet flag to <b>wget</b>(1) ).</p>
 
 
 
<p style="margin-left:11%;"><b>--no-quiet</b></p>
 
 
 
<p style="margin-left:22%;">Be more talkative (this can be
 
used to negate the effect of <b>QUIET=yes</b> in
 
<b>download.conf.</b></p>
 
 
 
<p style="margin-left:11%;"><b>--update-all</b></p>
 
 
 
<p style="margin-left:22%;">Try to update all templates
 
that are available locally. Note that there is no need to
 
specify individual templates. This options implicitly
 
assumes <b>--update</b> and <b>--ignore-errors</b>
 
options.</p>
 
 
 
<p style="margin-left:11%;"><b>--list-remote</b></p>
 
 
 
<p style="margin-left:22%;">Output list of templates
 
available for download. This option is also used by
 
[[Man/vzctl.8|<b>vzctl</b>(8)]] bash-completion script to complete
 
<b>--ostemplate</b> option arguments.</p>
 
 
 
<p style="margin-left:11%;"><b>--list-local</b></p>
 
 
 
<p style="margin-left:22%;">Output list of templates
 
available locally.</p>
 
 
 
<p style="margin-left:11%;"><b>--list-all</b></p>
 
 
 
<p style="margin-left:22%;">Output combined list of
 
templates.</p>
 
 
 
<p style="margin-left:11%;"><b>--list-orphans</b></p>
 
 
 
<p style="margin-left:22%;">Output list of local templates
 
not available remotely. In trivial scenario this will give
 
the list of old templates that are no longer officially
 
supported.</p>
 
  
 
<p style="margin-left:11%;"><b>--config</b></p>
 
<p style="margin-left:11%;"><b>--config</b></p>
Line 145: Line 61:
 
<table width="100%" border="0" rules="none" frame="void"
 
<table width="100%" border="0" rules="none" frame="void"
 
       cellspacing="0" cellpadding="0">
 
       cellspacing="0" cellpadding="0">
 +
<tr valign="top" align="left">
 +
<td width="11%"></td>
 +
<td width="9%">
 +
 +
<p><b>--list</b></p></td>
 +
<td width="2%"></td>
 +
<td width="78%">
 +
 +
<p>Output list of templates available for download. This
 +
option is also used by [[Man/vzctl.8|<b>vzctl</b>(8)]] bash-completion
 +
script to complete <b>--ostemplate</b> option arguments.</p></td></tr>
 
<tr valign="top" align="left">
 
<tr valign="top" align="left">
 
<td width="11%"></td>
 
<td width="11%"></td>
Line 151: Line 78:
 
<p><b>--help</b></p></td>
 
<p><b>--help</b></p></td>
 
<td width="2%"></td>
 
<td width="2%"></td>
<td width="18%">
+
<td width="78%">
  
<p>Output help.</p></td>
+
<p>Output help.</p></td></tr>
<td width="60%">
 
</td></tr>
 
 
</table>
 
</table>
  
Line 172: Line 97:
 
<p style="margin-left:11%;"><b>CHECK_TEMPLATE_SIG</b></p>
 
<p style="margin-left:11%;"><b>CHECK_TEMPLATE_SIG</b></p>
  
<p style="margin-left:22%;">Default is <b>no</b>. Setting
+
<p style="margin-left:22%;">Default is <b>yes</b>. Setting
to <b>yes</b> has the same effect as using
+
to <b>no</b> has the same effect as using
<b>--gpg-check</b> option.</p>
+
<b>--no-gpg-check</b> option.</p>
 
 
<table width="100%" border="0" rules="none" frame="void"
 
      cellspacing="0" cellpadding="0">
 
<tr valign="top" align="left">
 
<td width="11%"></td>
 
<td width="7%">
 
 
 
<p><b>QUIET</b></p></td>
 
<td width="4%"></td>
 
<td width="78%">
 
 
 
<p>Default is <b>no</b>. Setting to <b>yes</b> has the same
 
effect as using <b>--quiet</b> option.</p></td></tr>
 
</table>
 
  
 
<p style="margin-left:11%;"><b>TMPL_REPO_PREFIX</b></p>
 
<p style="margin-left:11%;"><b>TMPL_REPO_PREFIX</b></p>

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)