]> git.proxmox.com Git - pve-manager.git/blobdiff - bin/init.d/pve-manager
Fix backup failure at shutdown.
[pve-manager.git] / bin / init.d / pve-manager
index b887ed360b0da75bc3f3d3c46ba5e52ade29cbc5..6540425a91a17654c7b8d1ad48673fd7f50a1ead 100755 (executable)
@@ -31,6 +31,8 @@ case "$1" in
                pvesh --nooutput create /nodes/localhost/startall 
                ;;
        stop)
+               echo "Stopping all running Backups"
+               vzdump -stop
                echo "Stopping VMs and Containers"
                pvesh --nooutput create /nodes/localhost/stopall 
                ;;