Hi
I would like to perform a service only once a day at a specific time.
Check whether the backup was successful
Does anyone know if it is possible that way?
Tx
Hi
I would like to perform a service only once a day at a specific time.
Check whether the backup was successful
Does anyone know if it is possible that way?
Tx
This can be done by using a timeperiod like 00:15-00:30 and a check_interval of 15m so the check will hit the timeperiod always only once.
You will not get a exact time but a timeframe what is ok for most usecases.
At the moment I would avoid a timeperiod of 02:00 to 03:00 because of Summer/Winter time.
Thank you for tip Dirk.
I try it