Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
84 lines
4.1 KiB
Diff
84 lines
4.1 KiB
Diff
From 732dc6b91299bda441f52c6d7decddfbfd6e5517 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Lamprecht <thomas@lamprecht.org>
|
|
Date: Tue, 29 Nov 2022 17:20:28 +0100
|
|
Subject: [PATCH proxmox-backup 2/2] docs: drop all but client man pages
|
|
|
|
Signed-off-by: Thomas Lamprecht <thomas@lamprecht.org>
|
|
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
|
|
---
|
|
docs/Makefile | 19 -------------------
|
|
docs/conf.py | 24 ------------------------
|
|
2 files changed, 43 deletions(-)
|
|
|
|
diff --git a/docs/Makefile b/docs/Makefile
|
|
index 5cf5fc17..85ff3b91 100644
|
|
--- a/docs/Makefile
|
|
+++ b/docs/Makefile
|
|
@@ -1,27 +1,8 @@
|
|
include ../defines.mk
|
|
|
|
GENERATED_SYNOPSIS := \
|
|
- config/acl/roles.rst \
|
|
- config/datastore/config.rst \
|
|
- config/domains/config.rst \
|
|
- config/media-pool/config.rst \
|
|
- config/notifications-priv/config.rst \
|
|
- config/notifications/config.rst \
|
|
- config/remote/config.rst \
|
|
- config/sync/config.rst \
|
|
- config/tape-job/config.rst \
|
|
- config/tape/config.rst \
|
|
- config/user/config.rst \
|
|
- config/verification/config.rst \
|
|
- config/prune/config.rst \
|
|
- pmt/synopsis.rst \
|
|
- pmtx/synopsis.rst \
|
|
proxmox-backup-client/catalog-shell-synopsis.rst \
|
|
proxmox-backup-client/synopsis.rst \
|
|
- proxmox-backup-debug/synopsis.rst \
|
|
- proxmox-backup-manager/synopsis.rst \
|
|
- proxmox-file-restore/synopsis.rst \
|
|
- proxmox-tape/synopsis.rst \
|
|
pxar/synopsis.rst \
|
|
|
|
MAN1_PAGES := \
|
|
diff --git a/docs/conf.py b/docs/conf.py
|
|
index 64c4f9d4..345a0170 100644
|
|
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -93,31 +93,7 @@ rst_epilog += f"\n.. |pbs-copyright| replace:: Copyright (C) {copyright}"
|
|
man_pages = [
|
|
# CLI
|
|
('proxmox-backup-client/man1', 'proxmox-backup-client', 'Command line tool for Backup and Restore', [author], 1),
|
|
- ('proxmox-backup-manager/man1', 'proxmox-backup-manager', 'Command line tool to manage and configure the backup server.', [author], 1),
|
|
- ('proxmox-backup-debug/man1', 'proxmox-backup-debug', 'Debugging command line tool for Backup and Restore', [author], 1),
|
|
- ('proxmox-backup-proxy/man1', 'proxmox-backup-proxy', 'Proxmox Backup Public API Server', [author], 1),
|
|
- ('proxmox-backup/man1', 'proxmox-backup', 'Proxmox Backup Local API Server', [author], 1),
|
|
- ('proxmox-file-restore/man1', 'proxmox-file-restore', 'CLI tool for restoring files and directories from Proxmox Backup Server archives', [author], 1),
|
|
- ('proxmox-tape/man1', 'proxmox-tape', 'Proxmox Tape Backup CLI Tool', [author], 1),
|
|
('pxar/man1', 'pxar', 'Proxmox File Archive CLI Tool', [author], 1),
|
|
- ('pmt/man1', 'pmt', 'Control Linux Tape Devices', [author], 1),
|
|
- ('pmtx/man1', 'pmtx', 'Control SCSI media changer devices (tape autoloaders)', [author], 1),
|
|
- ('pbs3to4/man1', 'pbs3to4', 'Proxmox Backup Server upgrade checker script for 3.4+ to current 4.x major upgrades', [author], 1),
|
|
- # configs
|
|
- ('config/acl/man5', 'acl.cfg', 'Access Control Configuration', [author], 5),
|
|
- ('config/datastore/man5', 'datastore.cfg', 'Datastore Configuration', [author], 5),
|
|
- ('config/domains/man5', 'domains.cfg', 'Realm Configuration', [author], 5),
|
|
- ('config/media-pool/man5', 'media-pool.cfg', 'Media Pool Configuration', [author], 5),
|
|
- ('config/node/man5', 'proxmox-backup.node.cfg', 'Proxmox Backup Server - Node Configuration', [author], 5),
|
|
- ('config/remote/man5', 'remote.cfg', 'Remote Server Configuration', [author], 5),
|
|
- ('config/sync/man5', 'sync.cfg', 'Synchronization Job Configuration', [author], 5),
|
|
- ('config/tape-job/man5', 'tape-job.cfg', 'Tape Job Configuration', [author], 5),
|
|
- ('config/tape/man5', 'tape.cfg', 'Tape Drive and Changer Configuration', [author], 5),
|
|
- ('config/user/man5', 'user.cfg', 'User Configuration', [author], 5),
|
|
- ('config/verification/man5', 'verification.cfg', 'Verification Job Configuration', [author], 5),
|
|
- ('config/prune/man5', 'prune.cfg', 'Prune Job Configuration', [author], 5),
|
|
- ('config/notifications/man5', 'notifications.cfg', 'Notification target/matcher configuration', [author], 5),
|
|
- ('config/notifications-priv/man5', 'notifications-priv.cfg', 'Notification target secrets', [author], 5),
|
|
]
|
|
|
|
|
|
--
|
|
2.50.1
|
|
|