mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 16:26:25 +00:00
4 lines
175 B
Bash
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" |