|
@@ -70,5 +70,15 @@ support storage quotas.
|
|
|
|
|
|
Refer to :ref:`internals_storage_quota` for more details on storage quotas.
|
|
|
|
|
|
+**Specificities: Append-only repositories**
|
|
|
+
|
|
|
+Running ``borg init`` via a ``borg serve --append-only`` server will **not**
|
|
|
+create a repository that is configured to be append-only by its repository
|
|
|
+config.
|
|
|
+
|
|
|
+But, ``--append-only`` arguments in ``authorized_keys`` will override the
|
|
|
+repository config, therefore append-only mode can be enabled on a key by key
|
|
|
+basis.
|
|
|
+
|
|
|
Refer to the `sshd(8) <http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/sshd.8>`_
|
|
|
man page for more details on SSH options.
|