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
=======