crontab - Scheduler
Crontab - Crontab is scheduler so you can launch scripts hourly/daily/weekly/monthly.
- type "sudo crontab -e" (Edit the crontab)
- Pick 1. nano unless you like other editors.
Add the following to the bottom of the crontab to run the script at 10AM Sunday
0 10 0 /scripts/<starchiver script> -options
It should look like this...
No Comments