diff --git a/docs/command-syntax.rst b/docs/command-syntax.rst index b3c25d73..3e3c8176 100644 --- a/docs/command-syntax.rst +++ b/docs/command-syntax.rst @@ -26,6 +26,27 @@ Those command are available when you start an interactive restore shell: .. include:: proxmox-backup-manager/synopsis.rst +``proxmox-tape`` +---------------- + +.. include:: proxmox-tape/synopsis.rst + +``pmt`` +------- + +.. include:: pmt/options.rst + +.... + +.. include:: pmt/synopsis.rst + + +``pmtx`` +-------- + +.. include:: pmtx/synopsis.rst + + ``pxar`` -------- diff --git a/docs/configuration-files.rst b/docs/configuration-files.rst index f3a73979..6b21a111 100644 --- a/docs/configuration-files.rst +++ b/docs/configuration-files.rst @@ -37,8 +37,53 @@ Options .. include:: config/datastore/config.rst +``media-pool.cfg`` +~~~~~~~~~~~~~~~~~~ + +File Format +^^^^^^^^^^^ + +.. include:: config/media-pool/format.rst + + +Options +^^^^^^^ + +.. include:: config/media-pool/config.rst + + +``tape.cfg`` +~~~~~~~~~~~~ + +File Format +^^^^^^^^^^^ + +.. include:: config/tape/format.rst + + +Options +^^^^^^^ + +.. include:: config/tape/config.rst + + +``tape-job.cfg`` +~~~~~~~~~~~~~~~~ + +File Format +^^^^^^^^^^^ + +.. include:: config/tape-job/format.rst + + +Options +^^^^^^^ + +.. include:: config/tape-job/config.rst + + ``user.cfg`` -~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~ File Format ^^^^^^^^^^^ diff --git a/docs/tape-backup.rst b/docs/tape-backup.rst index e4b842f5..10a5ef5d 100644 --- a/docs/tape-backup.rst +++ b/docs/tape-backup.rst @@ -968,78 +968,3 @@ This command does the following: - run drive cleaning operation - unload the cleaning tape (to slot 3) - - - -Configuration Files -------------------- - -``media-pool.cfg`` -~~~~~~~~~~~~~~~~~~ - -File Format -^^^^^^^^^^^ - -.. include:: config/media-pool/format.rst - - -Options -^^^^^^^ - -.. include:: config/media-pool/config.rst - - -``tape.cfg`` -~~~~~~~~~~~~ - -File Format -^^^^^^^^^^^ - -.. include:: config/tape/format.rst - - -Options -^^^^^^^ - -.. include:: config/tape/config.rst - - -``tape-job.cfg`` -~~~~~~~~~~~~~~~~ - -File Format -^^^^^^^^^^^ - -.. include:: config/tape-job/format.rst - - -Options -^^^^^^^ - -.. include:: config/tape-job/config.rst - - - -Command Syntax --------------- - -``proxmox-tape`` ----------------- - -.. include:: proxmox-tape/synopsis.rst - - -``pmt`` -------- - -.. include:: pmt/options.rst - -.... - -.. include:: pmt/synopsis.rst - - -``pmtx`` --------- - -.. include:: pmtx/synopsis.rst