From 5f9bdaecf33a1b65329bef483ae8b9b0eb7afc6c Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 12 Dec 2023 15:34:23 +0100 Subject: [PATCH] docs: tape: replace 'export-media' with 'export-media-set' there is no 'export-media' option, only 'export-media-set' Signed-off-by: Dominik Csapak --- 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.