From f07c4baff52e6d3134e317a74a509d5fc2661d4c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 22 Feb 2017 17:41:55 +0100 Subject: [PATCH] pmgdb.adoc: new file --- pmg-admin-guide.adoc | 9 ++++++++ pmgdb.1-synopsis.adoc | 51 +++++++++++++++++++++++++++++++++++++++++++ pmgdb.adoc | 33 ++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 pmgdb.1-synopsis.adoc create mode 100644 pmgdb.adoc diff --git a/pmg-admin-guide.adoc b/pmg-admin-guide.adoc index 47905ef..1d0bce5 100644 --- a/pmg-admin-guide.adoc +++ b/pmg-admin-guide.adoc @@ -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 diff --git a/pmgdb.1-synopsis.adoc b/pmgdb.1-synopsis.adoc new file mode 100644 index 0000000..d53aeae --- /dev/null +++ b/pmgdb.1-synopsis.adoc @@ -0,0 +1,51 @@ +*pmgdb* ` [ARGS] [OPTIONS]` + +*pmgdb delete* + +Delete PMG rule database. + + + +*pmgdb dump* + +Print the PMG rule database. + + + + +*pmgdb help* `[]` `[OPTIONS]` + +Get help about specified command. + +``: `` :: + +Command name + +`-verbose` `` :: + +Verbose output format. + + + + +*pmgdb init* `[OPTIONS]` + +Initialize/Upgrade the PMG rule database. + +`-force` `` ('default =' `0`):: + +Delete existing database. + +`-statistics` `` ('default =' `0`):: + +Reset and update statistic database. + + + +*pmgdb update* + +Update the PMG statistic database. + + + + diff --git a/pmgdb.adoc b/pmgdb.adoc new file mode 100644 index 0000000..a1f78ee --- /dev/null +++ b/pmgdb.adoc @@ -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[] +