mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-04-28 13:01:07 +00:00
docs: ship config manpage as proxmox-offline-mirror.cfg.5
as `mirror.cfg.5` is rather overly generic Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f03a1f2b84
commit
3d44b696bd
@ -10,7 +10,7 @@ MAN1_PAGES := \
|
||||
proxmox-apt-repo.1
|
||||
|
||||
MAN5_PAGES := \
|
||||
mirror.cfg.5
|
||||
proxmox-offline-mirror.cfg.5
|
||||
|
||||
# Sphinx documentation setup
|
||||
SPHINXOPTS =
|
||||
|
@ -95,7 +95,7 @@ man_pages = [
|
||||
('proxmox-offline-mirror/man1', 'proxmox-offline-mirror', 'Command line tool for Backup and Restore', [author], 1),
|
||||
('proxmox-apt-repo/man1', 'proxmox-apt-repo', 'Command line tool to manage and configure the backup server.', [author], 1),
|
||||
# configs
|
||||
('config/mirror/man5', 'mirror.cfg', 'Mirror Configuration', [author], 5),
|
||||
('config/mirror/man5', 'proxmox-offline-mirror.cfg', 'Proxmox Offline Mirror Configuration', [author], 5),
|
||||
]
|
||||
|
||||
|
||||
|
@ -1,12 +1,14 @@
|
||||
==========
|
||||
mirror.cfg
|
||||
==========
|
||||
==========================
|
||||
proxmox-offline-mirror.cfg
|
||||
==========================
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The file /etc/proxmox-offline-mirror.cfg is a configuration file for Proxmox
|
||||
Offline Mirror. It contains definitions for mirrors, media and subscription keys.
|
||||
The file ``/etc/proxmox-offline-mirror.cfg`` is a configuration file for Proxmox Offline Mirror. It
|
||||
contains definitions for mirrors, media and subscription keys.
|
||||
|
||||
Note that you can use the ``--config <file>`` switch on most commands or the ``PROXMOX_OFFLINE_MIRROR_CONFIG`` environment variable to override the default config location.
|
||||
|
||||
Options
|
||||
=======
|
||||
|
@ -3,9 +3,11 @@ Configuration Files
|
||||
|
||||
The Proxmox Offline Mirror configuration file is stored at ``/etc/proxmox-offline-mirror.cfg`` by default. Its location can be overriden for any given command using the `--config` parameter.
|
||||
|
||||
Note that you can use the ``--config <file>`` switch on most commands or the ``PROXMOX_OFFLINE_MIRROR_CONFIG`` environment variable to override the default config location.
|
||||
|
||||
``mirror.cfg``
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
``proxmox-offline-mirror.cfg``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Options
|
||||
|
Loading…
Reference in New Issue
Block a user