Automation - adamlazz/rsink GitHub Wiki

cron schedules jobs to be run automatically. To add rsink.sh to your crontab, run crontab -e in a terminal. Add this line to the file:

1 2 3 4 5 <path to rsink.sh> 

Where:

  • 1: Minute (0-59)
  • 2: Hour (0-23)
  • 3: Day (0-31)
  • 4: Month (0-12) (December is 12)
  • 5: Day of the week (0-7) (Sunday is 0 or 7)

Read more about crontab [here] 1.