[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: man page for taler-auditor-sync
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: man page for taler-auditor-sync |
Date: |
Wed, 13 Jan 2021 21:27:34 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new bc99e88 man page for taler-auditor-sync
new 07752fe Merge branch 'master' of git+ssh://git.taler.net/docs
bc99e88 is described below
commit bc99e88764505e05ac35682d9791e70143243152
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 13 21:27:25 2021 +0100
man page for taler-auditor-sync
---
manpages/taler-auditor-sync.1.rst | 73 +++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/manpages/taler-auditor-sync.1.rst
b/manpages/taler-auditor-sync.1.rst
new file mode 100644
index 0000000..d23624e
--- /dev/null
+++ b/manpages/taler-auditor-sync.1.rst
@@ -0,0 +1,73 @@
+taler-auditor-sync(1)
+#####################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-auditor-sync** - create a "safe" synchronized copy of a Taler
exchange database for an audit
+
+
+Synopsis
+========
+
+**taler-auditor-sync**
+[**-s** *FILENAME* | **––source-configuration=**\ \ *FILENAME*]
+[**-d** *FILENAME* | **––destination-configuration=**\ \ *FILENAME*]
+[**-h** | **––help**]
+[**-b** *SIZE* | **––batch=**\ \ *SIZE*]
+[**-t** | **––terminate-when-synchronized**]
+[**-v** | **––version**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ \ *LOGLEVEL*]
+
+Description
+===========
+
+**taler-auditor-sync** is a command-line tool to synchronize the
+Taler auditor's database in a safe way from a Taler exchange
+database. If the exchange database violates the assumed database
+invariants (as expressed by database constraints) or attempts to
+DELETE or UPDATE tables (at least those that the auditor relies
+upon), **taler-auditor-sync** will not replicate those changes
+and instead halt with an error.
+
+Its options are as follows:
+
+**-s** *FILENAME* \| **––source-configuration=**\ \ *FILENAME*
+ Use the configuration in *FILENAME* to access the original (source) exchange
+ database to copy records from.
+
+**-d** *FILENAME* \| **––destination-configuration=**\ \ *FILENAME*
+ Use the configuration in *FILENAME* to access the target (destination)
exchange
+ database to copy records to.
+
+**-t** \| **––terminate-when-synchronized**
+ The program should exit once the two databases are in sync, instead of
continuously
+ copying more records when the source database is updated.
+
+**-h** \| **––help**
+ Print short help on options.
+
+**-L** *LOGLEVEL* \| **––loglevel=**\ \ *LOGLEVEL*
+ Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+ ``WARNING``, ``ERROR``.
+
+**-b** *SIZE* \| **––batch=**\ \ *SIZE*
+ Target number of records to copy in one transaction. Once the databases are
+ in sync, the batch size is used to determine how long the process sleeps
before
+ trying to again synchronize the two databases. Not useful if **-t** is used.
+
+**-v** \| **––version**
+ Print version information.
+
+See Also
+========
+
+taler-auditor(1), taler.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net/ or by sending electronic
+mail to <taler@gnu.org>.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: man page for taler-auditor-sync,
gnunet <=