From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup] fix #6714: docs: remove wrong `--drive` parameter from cli example
Date: Fri, 22 Aug 2025 11:55:25 +0200 [thread overview]
Message-ID: <20250822095532.2138335-1-d.csapak@proxmox.com> (raw)
pool creation does not depend or use a drive at all, since it's just a
logical operation. This was probably a type or copy&paste error, so
remove the wrong `--drive` parameter from that example.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
docs/tape-backup.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/tape-backup.rst b/docs/tape-backup.rst
index 8af4f1b05..a22606909 100644
--- a/docs/tape-backup.rst
+++ b/docs/tape-backup.rst
@@ -624,9 +624,9 @@ GUI, or enter the following command:
.. code-block:: console
- // proxmox-tape pool create <name> --drive <string> [OPTIONS]
+ // proxmox-tape pool create <name> [OPTIONS]
- # proxmox-tape pool create daily --drive mydrive
+ # proxmox-tape pool create daily
Additional options can be set later, using the update command:
--
2.47.2
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next reply other threads:[~2025-08-22 9:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-22 9:55 Dominik Csapak [this message]
2025-08-25 9:38 ` [pbs-devel] applied: " Wolfgang Bumiller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250822095532.2138335-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.