This command is used to download packages included in the corresponding OS EZ template or their updates from the remote repository to the vzpkg
local cache on the server and to prepare them for installation.
Syntax.
vzpkg fetch [<options>] <OS_template>
Table 3.44. Options
Name | Description |
---|---|
| Download packages/updates for the specified EZ OS template. |
| Download packages/updates for EZ application templates used with the EZ specified OS template. |
| Makes the |
| If the elapsed time from the last |
| Forces the process of downloading packages and/or their updates to the server. |
| Sets the debugging level to one of the specified values (from 0 to 10). 10 is the highest debug level and 0 sets the debug level to its minimal value. |
| Disables logging to the screen and to the log file. |
You can make vzpkg fetch
run as a cron
job (e.g., nightly) checking for available packages or packages updates for your EZ templates and keeping them in the local cache. Having all the necessary packages in the vzpkg
local cache can greatly speed up the execution of the vzpkg install
, vzpkg update
, or vzpkg create cache
commands since the packages are available locally and there is no need to check for them in the corresponding remote repositories.