garethgeorge/backrest

Cron is not honored

Closed this issue · 2 comments

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

  • Docker 26
  • Backrest Version 1.1.0

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

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