From a5f30a562b41a28c03ea291c99a50c3e2dd5f618 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 26 Jul 2021 12:45:33 +0200 Subject: [PATCH] docs: tape: add instructions on how to restore the catalog Signed-off-by: Dominik Csapak --- docs/tape-backup.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/tape-backup.rst b/docs/tape-backup.rst index 9d628a93..223961b7 100644 --- a/docs/tape-backup.rst +++ b/docs/tape-backup.rst @@ -845,6 +845,17 @@ Update Inventory Restore Catalog ~~~~~~~~~~~~~~~ +To restore a catalog from an existing tape, just insert the tape into the drive +and execute: + +.. code-block:: console + + # proxmox-tape catalog + + +You can restore from a tape even without an existing catalog, but only the +whole media set. If you do this, the catalog will be automatically created. + Encryption Key Management ~~~~~~~~~~~~~~~~~~~~~~~~~