To run a cron job every hour at minute 30: 30 * * * * <command-to-execute>. For example if the time is 10:00, the next job will run at 10:30, 11:30, ...
確定! 回上一頁