Initial backup runner setup

This commit is contained in:
2025-12-19 15:14:54 +02:00
commit 58e3cbc00b
4 changed files with 85 additions and 0 deletions

6
backup_vms.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
echo "[$(date)] Starting VM backup"
echo "Snapshotting KVM virtual machines"
echo "[$(date)] VM backup completed"