autorestic/crond.sh
2022-03-19 03:21:03 +03:00

4 lines
175 B
Bash

#!/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"