RE: Sentora for Windows in the cloud service is available!
08-05-2015, 04:33 AM
(This post was last modified: 08-05-2015, 04:36 AM by MarkDark.)
(08-05-2015, 12:15 AM)Miow5 Wrote:(07-25-2015, 08:23 AM)MarkDark Wrote:(07-17-2015, 01:30 AM)Miow5 Wrote: Do you remember that annoying feature, always showing the black table each 5 minutes?
Does it still exist? : )
I've included the ability to set the interval run daemon.
The default setting is 1 per hour
This means, if I replace the 0 * * * * by a 12, the next daemon will run in 12 hours?
(rus)
Нет. Время записывается в формате CRON
Вот его схема:
* * * * *
| | | | |
| | | | +----- Дни недели (диапазон: 1-7)
| | | +------- Месяцы (диапазон: 1-12)
| | +--------- Дни месяца (диапазон: 1-31)
| +----------- Часы (диапазон: 0-23)
+------------- Минуты (диапазон: 0-59)
http://www.nncron.ru/nncronlt/help/RU/wo...format.htm
(eng)
No. Time is recorded in CRON format
For Example:
Here is his scheme:
* * * * *
| | | | |
| | | | + ----- Week days (range: 1-7)
| | | + ------- Months (range: 1-12)
| | + --------- Days months (range: 1-31)
| + ----------- Clock (range: 0-23)
+ ------------- Minutes (range: 0-59)
http://www.nncron.ru/nncronlt/help/EN/wo...format.htm