docs: add "Configuration Files" appendix

This commit is contained in:
Dietmar Maurer 2021-02-10 11:28:56 +01:00
parent 4a0d3a3e3f
commit b9a09a9501
4 changed files with 37 additions and 14 deletions

View File

@ -0,0 +1,15 @@
The file contains a list of datastore configuration sections. Each
section starts with a header ``datastore: <name>``, followed by the
datastore configuration options.
::
datastore: <name1>
path <path1>
<option1> <value1>
...
datastore: <name2>
path <path2>
...

View File

@ -21,22 +21,9 @@ Backup Server. It contains the Datastore configuration.
File Format
===========
The file contains a list of datastore configuration sections. Each
section starts with a header ``datastore: <name>``, followed by the
datastore configuration options.
.. include:: format.rst
::
datastore: <name1>
path <path1>
<option1> <value1>
...
datastore: <name2>
path <path2>
...
Options
=======

View File

@ -0,0 +1,20 @@
Configuration Files
===================
All Proxmox Backup Server configuration files resides inside directory
``/etc/proxmox-backup/``.
``datastore.cfg``
~~~~~~~~~~~~~~~~~
File Format
^^^^^^^^^^^
.. include:: config/datastore/format.rst
Options
^^^^^^^
.. include:: config/datastore/config.rst

View File

@ -45,6 +45,7 @@ in the section entitled "GNU Free Documentation License".
:caption: Appendix
command-syntax.rst
configuration-files.rst
file-formats.rst
backup-protocol.rst
calendarevents.rst