pmgdb.adoc: new file

This commit is contained in:
Dietmar Maurer 2017-02-22 17:41:55 +01:00
parent e62ceaf04e
commit f07c4baff5
3 changed files with 93 additions and 0 deletions

View File

@ -27,6 +27,8 @@ include::pmg-planning-deployment.adoc[]
include::pmgconfig.adoc[]
include::pmgdb.adoc[]
// Return to normal title levels.
:leveloffset: 0
@ -85,6 +87,13 @@ include::pmgconfig.1-synopsis.adoc[]
:leveloffset: 0
*pmgdb* - Database Management Toolkit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:leveloffset: 1
include::pmgdb.1-synopsis.adoc[]
:leveloffset: 0
[appendix]
Service Daemons

51
pmgdb.1-synopsis.adoc Normal file
View File

@ -0,0 +1,51 @@
*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 update*
Update the PMG statistic database.

33
pmgdb.adoc Normal file
View File

@ -0,0 +1,33 @@
[[chapter_pmgdb]]
ifdef::manvolnum[]
pmgdb(1)
========
:pmg-toplevel:
NAME
----
pmgdb - Proxmox Mail Gateway Database Management Toolkit
SYNOPSIS
--------
include::pmgdb.1-synopsis.adoc[]
DESCRIPTION
-----------
endif::manvolnum[]
ifndef::manvolnum[]
Database Management Toolkit
===========================
:pmg-toplevel:
endif::manvolnum[]
Toolkit to simplify common database management tasks.
ifdef::manvolnum[]
include::pmg-copyright.adoc[]
endif::manvolnum[]