[pve-devel] [PATCH container/manager 0/3] vzdump: Switch default PBS change detection mode

Christian Ebner c.ebner at proxmox.com
Tue Jun 3 15:09:13 CEST 2025


Switch the default change detection mode used by vzdump for container backups
with PBS storage target from the current `legacy` to the `metadata` mode.

The `legacy` mode was kept to avoid a breaking change in backup behavior. With
the upcoming PVE 9, switch the default to the `metadata` mode, so all container
backups can profit from the speedup by this mode. The `legacy` mode can still be
set as fallback for one-shot backups or backup jobs in the advanced
configuration options.

container:

Christian Ebner (1):
  vzdump: switch default PBS change detection mode to `metadata`

 src/PVE/VZDump/LXC.pm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


manager:

Christian Ebner (2):
  ui: add dedicated form for PBS change detecton mode selector
  ui: switch default and extend options for PBS change detection mode

 www/manager6/Makefile                               |  1 +
 www/manager6/form/PbsChangeDetectionModeSelector.js | 11 +++++++++++
 www/manager6/panel/BackupAdvancedOptions.js         |  8 +-------
 www/manager6/window/Backup.js                       |  8 +-------
 4 files changed, 14 insertions(+), 14 deletions(-)
 create mode 100644 www/manager6/form/PbsChangeDetectionModeSelector.js


Summary over all repositories:
  5 files changed, 18 insertions(+), 16 deletions(-)

-- 
Generated by git-murpp 0.8.1




More information about the pve-devel mailing list