parametrize client restrictions
Change-Id: I8b2bc63b385ea38fd1f098b5de6dbaaf65f06b80
diff --git a/README.rst b/README.rst
index 82b14f6..1829485 100644
--- a/README.rst
+++ b/README.rst
@@ -93,7 +93,16 @@
.. note:: If the ``backup_dir`` argument is ommited backups will be made to
default location, same on both client and server side.
-Client restore from local backups:
+
+Backup server without strict client restriction
+
+.. code-block:: yaml
+
+ xtrabackup:
+ server:
+ restrict_clients: false
+
+Client restore from local backups:
.. code-block:: yaml