[SOLVED] Continuous Backup Loop

cgirlamo

New Member
Oct 14, 2025
7
0
1
Hello,

I seem to be caught in a continuous backup loop. I'm running a datacluster with 11 nodes. I have nightly backups going for important VM's on each node, but over the last day backup jobs have been running and failing continuously, severely slowing down our services.

so far, I have been going through each of the nodes and running the following commands:
pkill -9 vzdump
rm -f /var/run/vzdump.lock
rm -f /var/log/pve/tasks/active
systemctl restart pvedaemon.service pveproxy.service

These commands stop all the currently running backup jobs, but then within 30 minutes or so the backups continue again.

Any help would be much appreciated
 
Last edited:
Just went and double checked the configs for my backups, "Repeat missed" was not on.

the back-end storage is NFS, and there's ~500TB of free space on there.