garethgeorge / backrest

Backrest is a web UI and orchestrator for restic backup.
GNU General Public License v3.0
787 stars 31 forks source link

Cron is not honored #324

Closed marcolino7 closed 3 weeks ago

marcolino7 commented 3 weeks ago

Hi, I have setup cron to run at 0,4,8,12,16,20 of every day. Accordind with crontab.guru right way is that: https://crontab.guru/#0_*/4_*_*_* image

I setup as is on backrest: image

and json confirm: image

Now is 23:01 and I am expecting next run at 00:00, but backrest show me next backup at 2 AM. What I am doing wrong?

image

Platform Info

garethgeorge commented 3 weeks ago

Is your timezone set correctly in the container? Ensure you set TZ= your timezone if using docker.

marcolino7 commented 3 weeks ago

Is your timezone set correctly in the container? Ensure you set TZ= your timezone if using docker.

Yes it is timezone issue. Perhaps there is lack of information in Dockerpage.

Many Thanks Marco