autorestic/crond.sh

4 lines
175 B
Bash
Raw Normal View History

2022-03-19 00:21:03 +00:00
#!/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"