[pbs-devel] [PATCH proxmox-backup 1/3] docs: tape: replace 'export-media' with 'export-media-set'
Dominik Csapak
d.csapak at proxmox.com
Tue Dec 12 15:34:23 CET 2023
there is no 'export-media' option, only 'export-media-set'
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
docs/tape-backup.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/tape-backup.rst b/docs/tape-backup.rst
index f54c00b8..cda84a6f 100644
--- a/docs/tape-backup.rst
+++ b/docs/tape-backup.rst
@@ -664,16 +664,16 @@ dust protection than inside a drive:
.. Note:: For failed jobs, the tape remains in the drive.
-For tape libraries, the ``export-media`` option moves all tapes from
+For tape libraries, the ``export-media-set`` option moves all tapes from
the media set to an export slot, making sure that the following backup
cannot use the tapes. An operator can pick up those tapes and move them
to a vault.
.. code-block:: console
- # proxmox-tape backup-job update job2 --export-media
+ # proxmox-tape backup-job update job2 --export-media-set
-.. Note:: The ``export-media`` option can be used to force the start
+.. Note:: The ``export-media-set`` option can be used to force the start
of a new media set, because tapes from the current set are no
longer online.
--
2.30.2
More information about the pbs-devel
mailing list