docs: add datastore.cfg.5 man page

This commit is contained in:
Dietmar Maurer
2021-02-10 10:33:30 +01:00
parent 2322a980d0
commit 4a0d3a3e3f
4 changed files with 64 additions and 5 deletions

View File

@ -0,0 +1,46 @@
==========================
datastore.cfg
==========================
.. include:: ../../epilog.rst
-------------------------------------------------------------
Datastore Configuration
-------------------------------------------------------------
:Author: |AUTHOR|
:Version: Version |VERSION|
:Manual section: 5
Description
===========
The file /etc/proxmox-backup/datastore.cfg is a configuration file for Proxmox
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.
::
datastore: <name1>
path <path1>
<option1> <value1>
...
datastore: <name2>
path <path2>
...
Options
=======
.. include:: config.rst
.. include:: ../../pbs-copyright.rst