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