]> git.proxmox.com Git - pmg-docs.git/commitdiff
pmgmirror.adoc: new manual page
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Apr 2017 06:34:27 +0000 (08:34 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Apr 2017 06:34:27 +0000 (08:34 +0200)
pmg-admin-guide.adoc
pmgmirror.adoc [new file with mode: 0644]

index 1a408f6ffb7edd48284cd455b364a73f1fd9b850..681abab8b35d89f334406c72aaf35847d40c4e80 100644 (file)
@@ -62,6 +62,8 @@ include::pmgpolicy.adoc[]
 
 include::pmgtunnel.adoc[]
 
+include::pmgmirror.adoc[]
+
 :leveloffset: 0
 
 
@@ -140,6 +142,12 @@ include::pmgpolicy.8-synopsis.adoc[]
 include::pmgtunnel.8-synopsis.adoc[]
 
 
+*pmgmirror* - Database Mirror Daemon
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+include::pmgmirror.8-synopsis.adoc[]
+
+
 [appendix]
 include::pmg-rule-macros.adoc[]
 
diff --git a/pmgmirror.adoc b/pmgmirror.adoc
new file mode 100644 (file)
index 0000000..9ce93f8
--- /dev/null
@@ -0,0 +1,34 @@
+ifdef::manvolnum[]
+pmgmirror(8)
+============
+:pmg-toplevel:
+
+NAME
+----
+
+pmgmirror - Proxmox Mail Gateway Database Mirror Daemon
+
+
+SYNOPSIS
+--------
+
+include::pmgmirror.8-synopsis.adoc[]
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+
+ifndef::manvolnum[]
+pmgmirror - Database Mirror Daemon
+==================================
+endif::manvolnum[]
+
+{pmg} use an application specific asynchronous replication
+algorythm to replicate the database to all cluster nodes.
+
+The daemon uses the ssh tunnel provided by 'pmgtunnel' to access
+the database on remote nodes.
+
+ifdef::manvolnum[]
+include::pmg-copyright.adoc[]
+endif::manvolnum[]