I set up a backup but it didn't trigger. I had trouble finding the actual cron job DA creates, but finally found it under the diradmin user. (the help does not mention this)
Then to figure out why it wasn't running. I set it for a few minutes from the current time for testing but it never ran.
When I ran the date command while root and, I came up with my correct local time.
Eventually I tried to set the backup cron time to "UTC time a few minutes from now" and triggered when expected.
This is a new server, and a new control panel for me, but in the past (cpanel) my crons ran on local time.
Here is the output of timedatectl
Timezone is correct. What am I missing?
Then to figure out why it wasn't running. I set it for a few minutes from the current time for testing but it never ran.
When I ran the date command while root and, I came up with my correct local time.
Eventually I tried to set the backup cron time to "UTC time a few minutes from now" and triggered when expected.
This is a new server, and a new control panel for me, but in the past (cpanel) my crons ran on local time.
Here is the output of timedatectl
Code:
# timedatectl
Local time: Mon 2021-11-29 07:36:11 MST
Universal time: Mon 2021-11-29 14:36:11 UTC
RTC time: Mon 2021-11-29 14:36:10
Time zone: America/Phoenix (MST, -0700)
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
DST active: n/a
Timezone is correct. What am I missing?