August 11, 200916 yr The cache is set for 3AM default and the code is 40 3 * * *. To change to 1AM would you put 40 1 * * *? Also what does the syntax mean?
August 11, 200916 yr Default is for 3:40 AM... See here: http://www.manpagez.com/man/5/crontab/ Or google "man crontab" 1:00 AM would be 0 1 * * *
August 11, 200916 yr Author Default is for 3:40 AM... See here: http://www.manpagez.com/man/5/crontab/ Or google "man crontab" 1:00 AM would be 0 1 * * * Thanks Joe, So if I'm understanding correctly 1:45PM would be 45 13 * * * for example. Day, month and day of the week as *s.
August 11, 200916 yr Default is for 3:40 AM... See here: http://www.manpagez.com/man/5/crontab/ Or google "man crontab" 1:00 AM would be 0 1 * * * Thanks Joe, So if I'm understanding correctly 1:45PM would be 45 13 * * * for example. Day, month and day of the week as *s. Yes... Note, you can invoke the "mover" more than once by something like this: 45 1,13 * * * Which would be 1:45 AM and 1:45 PM
Archived
This topic is now archived and is closed to further replies.