cron

Running a cron job at 2:30 AM every day


How to configure a cron job to run every night at 2:30? I know how to make it run at 2, but not 2:30.


Solution

  • crontab -e
    

    add:

    30 2 * * * /your/command