gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: backup restore


From: gnunet
Subject: [taler-docs] branch master updated: backup restore
Date: Tue, 06 Oct 2020 14:56:02 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ef67901  backup restore
ef67901 is described below

commit ef679017059f0a1f297e917531aad657a94609fb
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 6 14:55:58 2020 +0200

    backup restore
---
 libeufin/nexus-tutorial.rst | 33 +++++++++++++++++++++++++++------
 1 file changed, 27 insertions(+), 6 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index a27483f..68c5230 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -87,12 +87,13 @@ a backup copy* of such keys.
 
   libeufin-cli \
     connections \
-      --connection-name $NEXUS_BANK_CONNECTION_NAME \
-      --nexus-user-id $NEXUS_USER \
-      --nexus-password $NEXUS_PASSWORD \
-      --passphrase $SECRET \
-      --outputfile $BACKUP_FILE \
-      $NEXUS_URL
+      export-backup \
+        --connection-name $NEXUS_BANK_CONNECTION_NAME \
+        --nexus-user-id $NEXUS_USER \
+        --nexus-password $NEXUS_PASSWORD \
+        --passphrase $SECRET \
+        --outputfile $BACKUP_FILE \
+        $NEXUS_URL
 
 At this point, Nexus must communicate all the details to the bank.  Therefore,
 it will *(5) synchronize the connection*.  In this EBICS example, Nexus will 
send
@@ -189,3 +190,23 @@ Make a payment
 ==============
 
 TBD.
+
+Restore the backup
+==================
+
+The following command shows how to restore all the details
+associated with one bank connection subscription.  For EBICS,
+this means that the INI and HIA secret keys will be restored
+for the requesting user.
+
+.. code-block:: shell
+
+  libeufin-cli \
+    connection \
+      restore-backup \
+        --connection-name $NEXUS_BANK_CONNECTION_NAME \
+        --nexus-user-id $NEXUS_USER \
+        --nexus-password $NEXUS_PASSWORD \
+        --passphrase $SECRET \
+        --outputfile $BACKUP_FILE \
+        $NEXUS_URL

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]