1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00

docs: quotas: refer to --restrict-to-repository

This commit is contained in:
Marian Beermann 2017-06-02 23:40:45 +02:00
parent 8dfe2a8080
commit da99ec2fbd

View file

@ -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 The quota is enforcible only if *all* :ref:`borg_serve` versions
accessible to clients support quotas (see next section). Further, quota is accessible to clients support quotas (see next section). Further, quota is
per repository. Therefore, ensure clients can only access a defined set of repositories 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 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()`` raised. Normally a client could ignore such an exception and just send a ``commit()``