Malin revised this gist . Go to revision
1 file changed, 9 insertions
stuck-backup.sh(file created)
@@ -0,0 +1,9 @@ | |||
1 | + | # for Proxmox | |
2 | + | # get backup jobs: | |
3 | + | ||
4 | + | ps awxf | grep vzdump | |
5 | + | ||
6 | + | # unlock VM after killing job | |
7 | + | ||
8 | + | qm unlock ID | |
9 | + |
Newer
Older