feat: show backup log in docker log
This commit is contained in:
parent
9dfb370dc9
commit
2342c94ccd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue