[pbs-devel] [PATCH proxmox-backup 2/3] docs: tape: document advanced changer options
Dominik Csapak
d.csapak at proxmox.com
Tue Dec 12 15:34:24 CET 2023
there is currently only one, but describe what it does and how to set
options in general.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
docs/tape-backup.rst | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/docs/tape-backup.rst b/docs/tape-backup.rst
index cda84a6f..2d673374 100644
--- a/docs/tape-backup.rst
+++ b/docs/tape-backup.rst
@@ -326,6 +326,25 @@ the status output:
│ slot │ 14 │ │ │
└───────────────┴──────────┴────────────┴─────────────┘
+
+Advanced options
+^^^^^^^^^^^^^^^^
+
+Since not all tape changer behave the same, there is sometimes the need
+for configuring advanced options.
+
+Currently there are the following:
+
+* `eject-before-unload` : This is needed for some changers that require a tape
+ to be ejected before unloading from the drive.
+
+You can set these options with `proxmox-tape` like this:
+
+.. code-block:: console
+
+ # proxmox-tape changer update sl3 --options eject-before-unload=true
+
+
.. _tape_drive_config:
Tape drives
--
2.30.2
More information about the pbs-devel
mailing list