Última actividad 1717756042

Malin's Avatar Malin revisó este gist 1717756042. Ir a la revisión

1 file changed, 9 insertions

stuck-backup.sh(archivo creado)

@@ -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 +
Siguiente Anterior