diff --git a/entrypoint.sh b/entrypoint.sh index 9903533..9b6bc9f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,4 +8,5 @@ echo "${KOPIA_CRON_SCHEDULE} /run-backup.sh > /var/log/kopia-backup.log 2>&1" > chmod 0644 ${CRONTAB} crontab ${CRONTAB} -cron -f +touch /var/log/kopia-backup.log +cron && tail -f /var/log/kopia-backup.log