Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Man/vzdqdump.8

3,395 bytes added, 22:16, 3 June 2011
Automated import of articles
== NAME ==

<p style="margin-left:11%; margin-top: 1em"><b>vzdqdump</b>,
<b>vzdqload</b> &minus; dump, load user/group quotas</p>

== SYNOPSIS ==

<p style="margin-left:11%; margin-top: 1em"><b>vzdqdump</b>
[<i>general_options</i>] <i>quota_id</i> [<b>-f</b>]</p>

<p style="margin-left:22%;">[<b>-c</b> <i>quota_file</i>] {
[<b>-G</b>] [<b>-U</b>] [<b>-T</b>] }</p>

<p style="margin-left:11%;"><b>vzdqload</b>
[<i>general_options</i>] <i>quota_id</i></p>

<p style="margin-left:22%;">[<b>-c</b> <i>quota_file</i>] {
[<b>-G</b>] [<b>-U</b>] [<b>-T</b>] }</p>

== DESCRIPTION ==

<p style="margin-left:11%; margin-top: 1em"><b>vzdqdump</b>
dumps user/group quota information obtained either from a
quota file or the kernel to stdout.</p>

<p style="margin-left:11%; margin-top: 1em"><b>vzdqload</b>
loads user/group quota information provided by
<b>vzdqdump</b> from stdin into quota file. Quota must be
stopped at load.</p>

<p style="margin-left:11%; margin-top: 1em">The
<b>quota_id</b> must be numeric-only identifier. Note, that
quota ID is not the same as container ID (CTID). One
container can mount several filesystems and each of them can
have its own quotas.</p>

== OPTIONS ==

=== General ===

<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">

<p><b>-h</b></p></td>
<td width="8%"></td>
<td width="78%">

<p>Print usage information.</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">

<p><b>-V</b></p></td>
<td width="8%"></td>
<td width="78%">

<p>Print utility version.</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">

<p><b>-q</b></p></td>
<td width="8%"></td>
<td width="78%">

<p>Quiet mode. Causes all warning and diagnostic messages
to be suppressed. Only fatal errors are displayed.</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">

<p><b>-v</b></p></td>
<td width="8%"></td>
<td width="78%">

<p>Verbose mode. Causes the utilities to print debugging
messages about their progress. Multiple <b>-v</b> options
increase verbosity. Maximum is 2.</p></td></tr>
</table>

=== Parameters ===

<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">

<p style="margin-top: 1em"><b>&minus;f</b></p></td>
<td width="8%"></td>
<td width="78%">

<p style="margin-top: 1em">Dump user/group quota
information from kernel rather than quota file.</p></td></tr>
</table>

<p style="margin-left:11%;"><b>&minus;c</b>
<i>quota_file</i></p>

<p style="margin-left:22%;">Specifies quota file to
process.</p>

<p style="margin-left:11%;"><b>&minus;G</b>,
<b>--grace</b></p>

<p style="margin-left:22%;">Dump (load) user/group grace
times.</p>

<p style="margin-left:11%;"><b>&minus;U</b>,
<b>--limits</b></p>

<p style="margin-left:22%;">Dump (load) disk limits of
users/groups.</p>

<p style="margin-left:11%;"><b>&minus;T</b>,
<b>--exptimes</b></p>

<p style="margin-left:22%;">Dump (load) expiration times of
users/groups.</p>

== DIAGNOSTICS ==

<p style="margin-left:11%; margin-top: 1em">See
[[Man/vzquota.8|<b>vzquota</b>(8)]]</p>

== COPYRIGHT ==

<p style="margin-left:11%; margin-top: 1em">Copyright (C)
2000-2008, Parallels, Inc. Licensed under GNU GPL.</p>
2,253
edits