docs: add FreeBSD jail tutorial + reorg 'instalation' section

This commit is contained in:
John Ramsden
2020-04-21 16:25:53 -07:00
committed by Christian Schwarz
parent 6f441c55dc
commit c5a8f6635f
8 changed files with 295 additions and 130 deletions
+12
View File
@@ -0,0 +1,12 @@
.. _installation-user-privileges:
User Privileges
---------------
It is possible to run zrepl as an unprivileged user in combination with
`ZFS delegation <https://www.freebsd.org/doc/handbook/zfs-zfs-allow.html>`_.
Also, there is the possibility to run it in a jail on FreeBSD by delegating a dataset to the jail.
.. TIP::
Note: check out the :ref:`installation-freebsd-jail-with-iocage` for FreeBSD jail setup instructions.