As discussed and suggested by Thomas in [0] I created a first version of a detailed view that shows which disks and mountpoints of guests will be included in a backup job.
I opted for a per job view instead of a view that will show all guests. Technically it is a config option of each disk / mp if it will be included in backups and not for each job. But why expose this technical detail to the end user if all they are interested in is to confirm that the backup job includes what they expect? [0] https://pve.proxmox.com/pipermail/pve-devel/2019-November/040832.html Aaron Lauterer (2): api: backup: Add endpoint for disk included status ui: dc: backup: Add detail dialog, disks included PVE/API2/Backup.pm | 168 ++++++++++++++++++++++++++++++++++++++ www/manager6/Utils.js | 23 ++++++ www/manager6/dc/Backup.js | 124 +++++++++++++++++++++++++++- 3 files changed, 314 insertions(+), 1 deletion(-) -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel