Add scripts for backing up

This commit is contained in:
SemvdH
2025-08-26 22:13:55 +02:00
parent e4f7d0fd8c
commit 0e229a15e2
3 changed files with 61 additions and 0 deletions

5
stop-backup.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "backup done!"
echo "shutting down backups vm"
curl "http://10.10.100.12:8123/stopbackup"