Merge "Add rfc8040 urls for docs/getting-started-guide/persistence_and_backup.rst"
[docs.git] / docs / getting-started-guide / persistence_and_backup.rst
index f4245c43be4dd13646982ac29951975abe52921d..1e147d522dd85d7acddeee6e57619fb25f36b251 100644 (file)
@@ -38,6 +38,10 @@ node, taking only the file name as a parameter::
 
     POST  /restconf/operations/cluster-admin:backup-datastore
 
+    or
+
+    POST  /rests/operations/cluster-admin:backup-datastore
+
 RPC input JSON::
 
     {
@@ -65,4 +69,4 @@ process will delete it after a successful restore.
 The backup is node independent, so when restoring a 3 node cluster, it is best
 to restore it on each node for consistency. For example, if restoring on one
 node only, it can happen that the other two empty nodes form a majority and
-the cluster comes up with no data.
\ No newline at end of file
+the cluster comes up with no data.