logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vzdqdump, vzdqload - dump, load user/group quotas

Description

vzdqdump dumps user/group quota information obtained either from a quota file or the kernel to stdout.

       vzdqload  loads  user/group quota information provided by vzdqdump from stdin into quota file. Quota must
       be stopped at load.

       The quota_id 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.

Exit Status

       See vzquota(8).

Name

       vzdqdump, vzdqload - dump, load user/group quotas

Options

General-h     Print usage information.

       -V     Print utility version.

       -q     Quiet  mode.  Causes  all warning and diagnostic messages to be suppressed.  Only fatal errors are
              displayed.

       -v     Verbose mode. Causes the utilities to print debugging messages about their progress.  Multiple  -v
              options increase verbosity. Maximum is 2.

   Parameters-f     Dump user/group quota information from kernel rather than quota file.

       -cquota_file
              Specifies quota file to process.

       -G, --grace
              Dump (load) user/group grace times.

       -U, --limits
              Dump (load) disk limits of users/groups.

       -T, --exptimes
              Dump (load) expiration times of users/groups.

       -F, --first
              Dump (load) first level quota.

See Also

vzquota(8).

Synopsis

vzdqdump [general_options] quota_id [-f] [-cquota_file] [-G] [-U] [-T] [-F]
       vzdqload [general_options] quota_id [-cquota_file] [-G] [-U] [-T] [-F]

See Also