mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-16 13:42:04 +00:00
60 lines
646 B
Plaintext
60 lines
646 B
Plaintext
*pmgdb* `<COMMAND> [ARGS] [OPTIONS]`
|
|
|
|
*pmgdb delete*
|
|
|
|
Delete PMG rule database.
|
|
|
|
|
|
|
|
*pmgdb dump*
|
|
|
|
Print the PMG rule database.
|
|
|
|
|
|
|
|
|
|
*pmgdb help* `[<cmd>]` `[OPTIONS]`
|
|
|
|
Get help about specified command.
|
|
|
|
`<cmd>`: `<string>` ::
|
|
|
|
Command name
|
|
|
|
`--verbose` `<boolean>` ::
|
|
|
|
Verbose output format.
|
|
|
|
|
|
|
|
|
|
*pmgdb init* `[OPTIONS]`
|
|
|
|
Initialize/Upgrade the PMG rule database.
|
|
|
|
`--force` `<boolean>` ('default =' `0`)::
|
|
|
|
Delete existing database.
|
|
|
|
`--statistics` `<boolean>` ('default =' `0`)::
|
|
|
|
Reset and update statistic database.
|
|
|
|
|
|
|
|
|
|
*pmgdb reset*
|
|
|
|
Reset PMG rule database back to factory defaults.
|
|
|
|
|
|
|
|
|
|
*pmgdb update*
|
|
|
|
Update the PMG statistic database.
|
|
|
|
|
|
|
|
|