From da99ec2fbdc2ef5866537ea04eba7f0cb31a6833 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Fri, 2 Jun 2017 23:40:45 +0200 Subject: [PATCH] docs: quotas: refer to --restrict-to-repository --- docs/internals/data-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/data-structures.rst b/docs/internals/data-structures.rst index 2a688f8b3..d2921c7a5 100644 --- a/docs/internals/data-structures.rst +++ b/docs/internals/data-structures.rst @@ -223,7 +223,7 @@ since the quota can be changed in the repository config. The quota is enforcible only if *all* :ref:`borg_serve` versions accessible to clients support quotas (see next section). Further, quota is per repository. Therefore, ensure clients can only access a defined set of repositories -with their quotas set, using ``--restrict-to-path``. +with their quotas set, using ``--restrict-to-repository``. If the client exceeds the storage quota the ``StorageQuotaExceeded`` exception is raised. Normally a client could ignore such an exception and just send a ``commit()``