]> git.proxmox.com Git - pve-manager.git/commit
close #4513: ui: backup job: add tab for advanced options
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 16 Apr 2024 12:09:53 +0000 (14:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 14:05:09 +0000 (16:05 +0200)
commitbb4741c7e901ada9bd8cb0dd180ebf1c38783a54
tree43fff3baa56e651b0856914aed1cc51453126f0b
parent097fe04599d69c1dd8a5b48ea4e1e055479e05b2
close #4513: ui: backup job: add tab for advanced options

pigz is not exposed, because it only works after manually installing
the pigz package.

ionice is not exposed, because it only works in combination with the
BFQ scheduler and even then not in all cases (only affects the
compressor when doing snapshot/suspend mode backup of a VM).

The pbs-entries-max performance option is not exposed. It is rather
niche and hard to understand. It serves as an escape hatch for
rare/extreme cases.

These can still be added with appropriate notes if there is enough
user demand.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Makefile
www/manager6/dc/Backup.js
www/manager6/panel/BackupAdvancedOptions.js [new file with mode: 0644]