Initial backup runner setup
This commit is contained in:
6
backup_vms.sh
Executable file
6
backup_vms.sh
Executable 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"
|
||||
Reference in New Issue
Block a user