From 153aae659cb25ebdb46e3270f9ee7a152eff2236 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 2 Jul 2026 22:23:21 +0200 Subject: [PATCH] Update lib_host_backup_common.sh --- scripts/backup_restore/lib_host_backup_common.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/backup_restore/lib_host_backup_common.sh b/scripts/backup_restore/lib_host_backup_common.sh index 034be8f0..071aa882 100755 --- a/scripts/backup_restore/lib_host_backup_common.sh +++ b/scripts/backup_restore/lib_host_backup_common.sh @@ -2724,6 +2724,11 @@ hb_unsafe_paths_cross_version() { /etc/iscsi iSCSI parameters evolve between kernels /etc/udev/rules.d udev rules may bind to nonexistent subsystems /etc/zfs zpool.cache + hostid can lock the pool as foreign +/etc/systemd/system unit overrides + .wants tied to older systemd major version — cross-version restore panics init (bench-reproduced) +/etc/systemd/journald.conf journald options may not parse on new systemd major +/etc/systemd/logind.conf logind options may not parse on new systemd major +/etc/systemd/system.conf system.conf keys evolve across systemd major +/etc/systemd/user.conf user.conf keys evolve across systemd major EOF }