mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 23:41:48 +01:00
Previously, SyncGuestBackupTimes matched backups to guests using only VMID. This caused newly created containers to incorrectly show old backup times from different containers on other Proxmox instances that happened to have the same VMID. Now uses composite key (instance+VMID) for PVE storage backups to ensure proper isolation. PBS backups still use VMID matching (since they aggregate from multiple sources) but only as a fallback. Fixes issue where ollama LXC showed 'last backup 3 months ago' despite being created yesterday.