2015-10-16

[SOLVED]Linux schedule once time

#16:00 23/09/2015
##########################################################
#*     *     *   *    *        command to be executed
#-     -     -   -    -
#|     |     |   |    |
#|     |     |   |    +----- day of week (0 - 6) (Sunday=0)
#|     |     |   +------- month (1 - 12)
#|     |     +--------- day of        month (1 - 31)
#|     +----------- hour (0 - 23)
#+------------- min (0 - 59)
##########################################################
#Update Time Server, every 1h:
* */1 * * * /opt/script/time-force-update.sh
 

####################################
#DELETE OLD NGINX CACHE FOLDER: 50GB
#Running one time, at: 2015.09.24 01h03
03 01 24 09 4 /opt/script/nginx-delete-cache.sh
#(Da test OK. Confirmed by QWERTY)

No comments:

Post a Comment