2016-10-07 12:22:46 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
envsubst < /opt/backup/rsync.template > /opt/backup/rsync.sh
|
|
|
|
envsubst < /opt/backup/plan.tpl.py > /opt/backup/plan.py
|
2017-11-23 05:55:20 +01:00
|
|
|
crontab ./crontab && touch /var/log/cron.log && cron && tail -f /var/log/cron.log
|