tape: add docu link targets for online help

This commit is contained in:
Dietmar Maurer 2021-03-08 09:37:08 +01:00
parent 9ce2481a69
commit 225affc9ca
3 changed files with 33 additions and 4 deletions

View File

@ -1,3 +1,5 @@
.. _tape_backup:
Tape Backup Tape Backup
=========== ===========
@ -170,6 +172,7 @@ Please note that you can configure anything using the graphical user
interface or the command line interface. Both methods results in the interface or the command line interface. Both methods results in the
same configuration. same configuration.
.. _tape_changer_config:
Tape changers Tape changers
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
@ -295,6 +298,7 @@ the status output:
│ slot │ 14 │ │ │ │ slot │ 14 │ │ │
└───────────────┴──────────┴────────────┴─────────────┘ └───────────────┴──────────┴────────────┴─────────────┘
.. _tape_drive_config:
Tape drives Tape drives
~~~~~~~~~~~ ~~~~~~~~~~~
@ -382,6 +386,8 @@ For testing, you can simply query the drive status with:
mode). This is the default anyways. mode). This is the default anyways.
.. _tape_media_pool_config:
Media Pools Media Pools
~~~~~~~~~~~ ~~~~~~~~~~~
@ -494,7 +500,7 @@ one media pool, so a job only uses tapes from that pool.
will be double encrypted. will be double encrypted.
The password protected key is stored on each media, so it is The password protected key is stored on each media, so it is
possbible to `restore the key <restore_encryption_key_>`_ using the password. Please make sure possbible to `restore the key <tape_restore_encryption_key_>`_ using the password. Please make sure
you remember the password in case you need to restore the key. you remember the password in case you need to restore the key.
@ -531,6 +537,7 @@ To list all configured pools use:
│ daily │ mydrive │ daily │ 7days │ │ │ daily │ mydrive │ daily │ 7days │ │
└───────┴──────────┴────────────┴───────────┴──────────┘ └───────┴──────────┴────────────┴───────────┴──────────┘
.. _tape_backup_job_config:
Tape Backup Jobs Tape Backup Jobs
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
@ -812,7 +819,7 @@ version of a tape encryption key. The following command sends the output of the
proxmox-tape key paperkey <fingerprint> --output-format text > qrkey.txt proxmox-tape key paperkey <fingerprint> --output-format text > qrkey.txt
.. _restore_encryption_key: .. _tape_restore_encryption_key:
Restoring Encryption Keys Restoring Encryption Keys
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@ -107,8 +107,28 @@ const proxmoxOnlineHelpInfo = {
"link": "/docs/sysadmin.html#sysadmin-host-administration", "link": "/docs/sysadmin.html#sysadmin-host-administration",
"title": "Host System Administration" "title": "Host System Administration"
}, },
"restore-encryption-key": { "tape-backup": {
"link": "/docs/tape-backup.html#restore-encryption-key", "link": "/docs/tape-backup.html#tape-backup",
"title": "Tape Backup"
},
"tape-changer-config": {
"link": "/docs/tape-backup.html#tape-changer-config",
"title": "Tape changers"
},
"tape-drive-config": {
"link": "/docs/tape-backup.html#tape-drive-config",
"title": "Tape drives"
},
"tape-media-pool-config": {
"link": "/docs/tape-backup.html#tape-media-pool-config",
"title": "Media Pools"
},
"tape-backup-job-config": {
"link": "/docs/tape-backup.html#tape-backup-job-config",
"title": "Tape Backup Jobs"
},
"tape-restore-encryption-key": {
"link": "/docs/tape-backup.html#tape-restore-encryption-key",
"title": "Restoring Encryption Keys" "title": "Restoring Encryption Keys"
}, },
"tech-design-overview": { "tech-design-overview": {

View File

@ -4,6 +4,8 @@ Ext.define('PBS.TapeManagement', {
title: gettext('Tape Backup'), title: gettext('Tape Backup'),
tools: [PBS.Utils.get_help_tool("tape_backup")],
border: true, border: true,
defaults: { defaults: {
border: false, border: false,