4c3efb532d
also renamed the 'pruning' ref to 'backup-pruning' for clarity. Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
31 lines
800 B
JavaScript
31 lines
800 B
JavaScript
const proxmoxOnlineHelpInfo = {
|
|
"pbs_documentation_index": {
|
|
"link": "/docs/index.html",
|
|
"title": "Proxmox Backup Server Documentation Index"
|
|
},
|
|
"backup-pruning": {
|
|
"link": "/docs/backup-client.html#backup-pruning",
|
|
"title": "Pruning and Removing Backups"
|
|
},
|
|
"chapter-zfs": {
|
|
"link": "/docs/sysadmin.html#chapter-zfs",
|
|
"title": "ZFS on Linux"
|
|
},
|
|
"syncjobs": {
|
|
"link": "/docs/managing-remotes.html#syncjobs",
|
|
"title": "Sync Jobs"
|
|
},
|
|
"datastore-intro": {
|
|
"link": "/docs/storage.html#datastore-intro",
|
|
"title": ":term:`DataStore`"
|
|
},
|
|
"user-mgmt": {
|
|
"link": "/docs/user-management.html#user-mgmt",
|
|
"title": "User Management"
|
|
},
|
|
"user-acl": {
|
|
"link": "/docs/user-management.html#user-acl",
|
|
"title": "Access Control"
|
|
}
|
|
};
|