diff --git a/crond.sh b/crond.sh new file mode 100644 index 0000000..d60b4b6 --- /dev/null +++ b/crond.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "autorestic cron process has started" +autorestic -c $CRON_CONFIG_DIR --ci cron > /var/log/autorestic-cron.log 2>&1 +echo "autorestic cron process has finished" \ No newline at end of file