docs: add "Configuration Files" appendix
This commit is contained in:
parent
4a0d3a3e3f
commit
b9a09a9501
15
docs/config/datastore/format.rst
Normal file
15
docs/config/datastore/format.rst
Normal 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>
|
||||
...
|
||||
|
@ -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
|
||||
=======
|
||||
|
||||
|
20
docs/configuration-files.rst
Normal file
20
docs/configuration-files.rst
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user