5 lines
157 B
Bash
5 lines
157 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
envsubst < /opt/backup/rsync.template > /opt/backup/rsync.sh
|
||
|
crontab ./crontab && touch /var/log/cron.log && crond && tail -f /var/log/cron.log
|