[pbs-devel] [PATCH proxmox-backup] fix #6714: docs: remove wrong `--drive` parameter from cli example

Dominik Csapak d.csapak at proxmox.com
Fri Aug 22 11:55:25 CEST 2025


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 at 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





More information about the pbs-devel mailing list