diff --git a/docs/configuration-files.rst b/docs/configuration-files.rst index 912b8eae..f3a73979 100644 --- a/docs/configuration-files.rst +++ b/docs/configuration-files.rst @@ -83,7 +83,7 @@ Options ``verification.cfg`` -~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~ File Format ^^^^^^^^^^^ diff --git a/docs/proxmox-backup-proxy/description.rst b/docs/proxmox-backup-proxy/description.rst index 34872663..34e620e8 100644 --- a/docs/proxmox-backup-proxy/description.rst +++ b/docs/proxmox-backup-proxy/description.rst @@ -1,4 +1,5 @@ -This is just a test. - -.. NOTE:: No further info. +This daemon exposes the whole Proxmox Backup Server API on TCP port +8007 using HTTPS. It runs as user ``backup`` and has very limited +permissions. Operation requiring more permissions are forwarded to +the local ``proxmox-backup`` service. diff --git a/docs/sysadmin.rst b/docs/sysadmin.rst index 67c8c11e..51601f2a 100644 --- a/docs/sysadmin.rst +++ b/docs/sysadmin.rst @@ -25,4 +25,7 @@ either explain things which are different on `Proxmox Backup`_, or tasks which are commonly used on `Proxmox Backup`_. For other topics, please refer to the standard Debian documentation. + .. include:: local-zfs.rst + +.. include:: services.rst