diff --git a/root/etc/periodic/monthly/check.sh b/root/etc/periodic/monthly/check.sh new file mode 100755 index 0000000..6258091 --- /dev/null +++ b/root/etc/periodic/monthly/check.sh @@ -0,0 +1,13 @@ +#!/bin/bash +# vim: ts=4 sw=4 noet + +# This script runs our backups! + +set -eu +set -o pipefail + +# PART 0: Check environment +# No environment needed! + +# PART 1: Run check +restic check