Hi,
I create a simple script to backup proxmox vm over ssh with borg.
The script can be found here : https://github.com/Inglebard/probodo/blob/main/scripts/client/backupvm.example.sh
During my test, I forgot to open the ssh port to our backup server. Due to this mistake, the VM stop.
I...