update online help reference info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ed9797d67e
commit
2e9a9f94a4
|
@ -264,6 +264,8 @@ categorized by checksum, after a backup operation has been executed.
|
||||||
Once you uploaded some backups, or created namespaces, you may see the Backup
|
Once you uploaded some backups, or created namespaces, you may see the Backup
|
||||||
Type (`ct`, `vm`, `host`) and the start of the namespace hierachy (`ns`).
|
Type (`ct`, `vm`, `host`) and the start of the namespace hierachy (`ns`).
|
||||||
|
|
||||||
|
.. _storage_namespaces:
|
||||||
|
|
||||||
Backup Namespaces
|
Backup Namespaces
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -95,6 +95,10 @@ const proxmoxOnlineHelpInfo = {
|
||||||
"link": "/docs/maintenance.html#maintenance-notification",
|
"link": "/docs/maintenance.html#maintenance-notification",
|
||||||
"title": "Notifications"
|
"title": "Notifications"
|
||||||
},
|
},
|
||||||
|
"maintenance-mode": {
|
||||||
|
"link": "/docs/maintenance.html#maintenance-mode",
|
||||||
|
"title": "Maintenance Mode"
|
||||||
|
},
|
||||||
"backup-remote": {
|
"backup-remote": {
|
||||||
"link": "/docs/managing-remotes.html#backup-remote",
|
"link": "/docs/managing-remotes.html#backup-remote",
|
||||||
"title": "Remote"
|
"title": "Remote"
|
||||||
|
@ -135,6 +139,10 @@ const proxmoxOnlineHelpInfo = {
|
||||||
"link": "/docs/storage.html#storage-datastore-create",
|
"link": "/docs/storage.html#storage-datastore-create",
|
||||||
"title": "Creating a Datastore"
|
"title": "Creating a Datastore"
|
||||||
},
|
},
|
||||||
|
"storage-namespaces": {
|
||||||
|
"link": "/docs/storage.html#storage-namespaces",
|
||||||
|
"title": "Backup Namespaces"
|
||||||
|
},
|
||||||
"sysadmin-host-administration": {
|
"sysadmin-host-administration": {
|
||||||
"link": "/docs/sysadmin.html#sysadmin-host-administration",
|
"link": "/docs/sysadmin.html#sysadmin-host-administration",
|
||||||
"title": "Host System Administration"
|
"title": "Host System Administration"
|
||||||
|
|
Loading…
Reference in New Issue